#C4B568

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

Shades of Dark Khaki #C4B568

Tints of Dark Khaki #C4B568

Color information

#C4B568 (or 0xC4B568) is unknown color: approx Dark Khaki. HEX triplet: C4, B5 and 68. RGB value is (196,181,104). Sum of RGB (Red+Green+Blue) = 196+181+104=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B568 is #3B4A97. Grayscale: #B1B1B1. Windows color (decimal): -3885720 or 6862276. OLE color: 6862276.

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

Color convert

RGB196181104-
CMYK00.080.470.23
HSL50.22º43.81%58.82%-
HSV(B)50.22º46.94%76.86%-
XYZ41.7945.7819.73-
YUV176.7186.97141.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.75%
GREEN value IS 181 (71.09% from 255) = 37.63%
BLUE value IS 104 (41.02% from 255) = 21.62%
R=40.75%
G=37.63%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618110400.080.470.2350.2243.8158.82
HexC4B568082F17322c3b
Octal3042651500105727625473
Binary110001001011010111010000100010111110111110010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B568; }

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

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

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

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

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

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

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

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