#C4B767

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

Shades of Dark Khaki #C4B767

Tints of Dark Khaki #C4B767

Color information

#C4B767 (or 0xC4B767) is unknown color: approx Dark Khaki. HEX triplet: C4, B7 and 67. RGB value is (196,183,103). Sum of RGB (Red+Green+Blue) = 196+183+103=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B767 is #3B4898. Grayscale: #B2B2B2. Windows color (decimal): -3885209 or 6797252. OLE color: 6797252.

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

Color convert

RGB196183103-
CMYK00.070.470.23
HSL51.61º44.08%58.63%-
HSV(B)51.61º47.45%76.86%-
XYZ42.1546.5819.6-
YUV177.7785.81141-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.66%
GREEN value IS 183 (71.88% from 255) = 37.97%
BLUE value IS 103 (40.62% from 255) = 21.37%
R=40.66%
G=37.97%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618310300.070.470.2351.6144.0858.63
HexC4B767072F17342c3b
Octal304267147075727645473
Binary11000100101101111100111011110111110111110100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B767; }

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

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

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

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

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

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

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

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