#c4be6f

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

Shades of Dark Khaki #C4BE6F

Tints of Dark Khaki #C4BE6F

Color information

#C4BE6F (or 0xC4BE6F) is unknown color: approx Dark Khaki. HEX triplet: C4, BE and 6F. RGB value is (196,190,111). Sum of RGB (Red+Green+Blue) = 196+190+111=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 111 (43.75% from 255 or 22.33% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BE6F is #3B4190. Grayscale: #B7B7B7. Windows color (decimal): -3883409 or 7323332. OLE color: 7323332.

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

Color convert

RGB196190111-
CMYK00.030.430.23
HSL55.76º41.87%60.2%-
HSV(B)55.76º43.37%76.86%-
XYZ44.0549.7122.31-
YUV182.7987.49137.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.44%
GREEN value IS 190 (74.61% from 255) = 38.23%
BLUE value IS 111 (43.75% from 255) = 22.33%
R=39.44%
G=38.23%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619011100.030.430.2355.7641.8760.2
HexC4BE6F032B17382a3c
Octal304276157035327705274
Binary1100010010111110110111101110101110111111000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4be6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4be6f; }

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

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

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

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

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

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

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

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