#C5B469

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

Shades of Dark Khaki #C5B469

Tints of Dark Khaki #C5B469

Color information

#C5B469 (or 0xC5B469) is unknown color: approx Dark Khaki. HEX triplet: C5, B4 and 69. RGB value is (197,180,105). Sum of RGB (Red+Green+Blue) = 197+180+105=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B469 is #3A4B96. Grayscale: #B0B0B0. Windows color (decimal): -3820439 or 6927557. OLE color: 6927557.

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

Color convert

RGB197180105-
CMYK00.090.470.23
HSL48.91º44.23%59.22%-
HSV(B)48.91º46.7%77.25%-
XYZ41.945.5319.95-
YUV176.5387.63142.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.87%
GREEN value IS 180 (70.70% from 255) = 37.34%
BLUE value IS 105 (41.41% from 255) = 21.78%
R=40.87%
G=37.34%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718010500.090.470.2348.9144.2359.22
HexC5B469092F17312c3b
Octal3052641510115727615473
Binary110001011011010011010010100110111110111110001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B469; }

 p { color: rgb(197,180,105); }

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

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

 a { background-color: rgb(197,180,105); }

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

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

 span { border-color: rgb(197,180,105); }

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