#C4B76F

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

Shades of Dark Khaki #C4B76F

Tints of Dark Khaki #C4B76F

Color information

#C4B76F (or 0xC4B76F) is unknown color: approx Dark Khaki. HEX triplet: C4, B7 and 6F. RGB value is (196,183,111). Sum of RGB (Red+Green+Blue) = 196+183+111=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 111 (43.75% from 255 or 22.65% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B76F is #3B4890. Grayscale: #B2B2B2. Windows color (decimal): -3885201 or 7321540. OLE color: 7321540.

HSL color Cylindrical-coordinate representation of color #C4B76F: hue angle of 50.82º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C4B76F is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB196183111-
CMYK00.070.430.23
HSL50.82º41.87%60.2%-
HSV(B)50.82º43.37%76.86%-
XYZ42.5746.7521.82-
YUV178.6889.81140.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40%
GREEN value IS 183 (71.88% from 255) = 37.35%
BLUE value IS 111 (43.75% from 255) = 22.65%
R=40%
G=37.35%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618311100.070.430.2350.8241.8760.2
HexC4B76F072B17332a3c
Octal304267157075327635274
Binary11000100101101111101111011110101110111110011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B76F; }

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

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

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

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

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

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

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

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