#C4C167

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

Shades of Dark Khaki #C4C167

Tints of Dark Khaki #C4C167

Color information

#C4C167 (or 0xC4C167) is unknown color: approx Dark Khaki. HEX triplet: C4, C1 and 67. RGB value is (196,193,103). Sum of RGB (Red+Green+Blue) = 196+193+103=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 103 (40.62% from 255 or 20.93% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C167 is #3B3E98. Grayscale: #B8B8B8. Windows color (decimal): -3882649 or 6799812. OLE color: 6799812.

HSL color Cylindrical-coordinate representation of color #C4C167: hue angle of 58.06º 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 #C4C167 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB196193103-
CMYK00.020.470.23
HSL58.06º44.08%58.63%-
HSV(B)58.06º47.45%76.86%-
XYZ44.2850.8520.31-
YUV183.6482.49136.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.84%
GREEN value IS 193 (75.78% from 255) = 39.23%
BLUE value IS 103 (40.62% from 255) = 20.93%
R=39.84%
G=39.23%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619310300.020.470.2358.0644.0858.63
HexC4C167022F173a2c3b
Octal304301147025727725473
Binary1100010011000001110011101010111110111111010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C167; }

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

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

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

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

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

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

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

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