#C4BE6E

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

Shades of Dark Khaki #C4BE6E

Tints of Dark Khaki #C4BE6E

Color information

#C4BE6E (or 0xC4BE6E) is unknown color: approx Dark Khaki. HEX triplet: C4, BE and 6E. RGB value is (196,190,110). Sum of RGB (Red+Green+Blue) = 196+190+110=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BE6E is #3B4191. Grayscale: #B6B6B6. Windows color (decimal): -3883410 or 7257796. OLE color: 7257796.

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

Color convert

RGB196190110-
CMYK00.030.440.23
HSL55.81º42.16%60%-
HSV(B)55.81º43.88%76.86%-
XYZ43.9949.6922.02-
YUV182.6786.99137.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.52%
GREEN value IS 190 (74.61% from 255) = 38.31%
BLUE value IS 110 (43.36% from 255) = 22.18%
R=39.52%
G=38.31%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619011000.030.440.2355.8142.1660
HexC4BE6E032C17382a3c
Octal304276156035427705274
Binary1100010010111110110111001110110010111111000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BE6E; }

 p { color: rgb(196,190,110); }

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

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

 a { background-color: rgb(196,190,110); }

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

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

 span { border-color: rgb(196,190,110); }

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