Color Hex Logo

#c69236 Color Hex

#C69236
(198,146,54)
0 Favorites   0 Comments

Color spaces of #c69236

RGB 19814654
HSL0.110.570.49
HSV38°73°78°
CMYK 0.000.260.73   0.22
XYZ34.233432.82998.0225
Yxy32.82990.45590.4372
Hunter Lab57.29746.377831.8067
CIE-Lab64.022910.820054.1251

#c69236 color RGB value is (198,146,54).

#c69236 hex color red value is 198, green value is 146 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #c69236 hue: 0.11 , saturation: 0.57 and the lightness value of c69236 is 0.49.

The process color (four color CMYK) of #c69236 color hex is 0.00, 0.26, 0.73, 0.22. Web safe color of #c69236 is #cc9933. Color #c69236 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010010 00110110
Octal 306 222 66
Decimal 198 146 54
Hex C6 92 36

RGB Percentages of Color #c69236

%49.75
%36.68
%13.57

CMYK Percentages of Color #c69236

%0
%26
%73
%22

Triadic Colors of #c69236

#c69236 #36c692 #9236c6

Analogous Colors of #c69236

#c69236 #b2c636 #c64a36

Monochromatic Colors of #c69236

#c69236

Complementary Color

#c69236 #366ac6

#c69236 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69236 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69236 Color CSS Codes

.mybgcolor {background-color:#c69236; } 
.myforecolor {color:#c69236; }
.mybordercolor {border:3px solid #c69236; }

#c69236 Text Font Color

<p style="color:#c69236">Text here</p>

This sample text font color is #c69236
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c69236 Background Color

<div style="background-color:#c69236">
Div content here</div>

This div background color is #c69236


#c69236 Border Color

<div style="border:3px solid #c69236">
Div here</div>

This div border color is #c69236


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,146,54, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c69236; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c69236;
  -webkit-box-shadow: 1px 1px 3px 2px #c69236;
  box-shadow:         1px 1px 3px 2px #c69236; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,146,54, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c69236">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c69236;
  -webkit-box-shadow: 1px 1px 3px 2px #c69236;
  box-shadow:         1px 1px 3px 2px #c69236;">
Div content here</div>

This div box has shadow with color #c69236


Comments

No comments written yet.

Please login to write comment.