#C4B868

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

Shades of Dark Khaki #C4B868

Tints of Dark Khaki #C4B868

Color information

#C4B868 (or 0xC4B868) is unknown color: approx Dark Khaki. HEX triplet: C4, B8 and 68. RGB value is (196,184,104). Sum of RGB (Red+Green+Blue) = 196+184+104=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B868 is #3B4797. Grayscale: #B2B2B2. Windows color (decimal): -3884952 or 6863044. OLE color: 6863044.

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

Color convert

RGB196184104-
CMYK00.060.470.23
HSL52.17º43.81%58.82%-
HSV(B)52.17º46.94%76.86%-
XYZ42.447.0219.94-
YUV178.4785.98140.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.50%
GREEN value IS 184 (72.27% from 255) = 38.02%
BLUE value IS 104 (41.02% from 255) = 21.49%
R=40.50%
G=38.02%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618410400.060.470.2352.1743.8158.82
HexC4B868062F17342c3b
Octal304270150065727645473
Binary11000100101110001101000011010111110111110100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B868; }

 p { color: rgb(196,184,104); }

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

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

 a { background-color: rgb(196,184,104); }

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

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

 span { border-color: rgb(196,184,104); }

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