#C4B367

Color #C4B367 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #C4B367

Tints of Dark Khaki #C4B367

Color information

#C4B367 (or 0xC4B367) is unknown color: approx Dark Khaki. HEX triplet: C4, B3 and 67. RGB value is (196,179,103). Sum of RGB (Red+Green+Blue) = 196+179+103=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B367 is #3B4C98. Grayscale: #AFAFAF. Windows color (decimal): -3886233 or 6796228. OLE color: 6796228.

HSL color Cylindrical-coordinate representation of color #C4B367: hue angle of 49.03º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C4B367 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB196179103-
CMYK00.090.470.23
HSL49.03º44.08%58.63%-
HSV(B)49.03º47.45%76.86%-
XYZ41.3344.9619.33-
YUV175.4287.13142.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 41.00%
GREEN value IS 179 (70.31% from 255) = 37.45%
BLUE value IS 103 (40.62% from 255) = 21.55%
R=41.00%
G=37.45%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617910300.090.470.2349.0344.0858.63
HexC4B367092F17312c3b
Octal3042631470115727615473
Binary110001001011001111001110100110111110111110001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B367; }

 p { color: rgb(196,179,103); }

 H1.HeaderClassName
 {
   color: #C4B367;
 }
 .AnyTagClassName
 {
   color: #C4B367;
 }
</style>
background-color css

<style>
 a { background-color: #C4B367; }

 a { background-color: rgb(196,179,103); }

 div.DivClassName
 {
   background-color: #C4B367;
 }
 .BgClassName
 {
   background-color: #C4B367;
 }
</style>
border-color css

<style>
 span { border-color: #C4B367; }

 span { border-color: rgb(196,179,103); }

 td.TdClassName
 {
   border-color: #C4B367;
 }
 .TagClassName
 {
   border-color: #C4B367;
 }
</style>