#C5B672

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

Shades of Dark Khaki #C5B672

Tints of Dark Khaki #C5B672

Color information

#C5B672 (or 0xC5B672) is unknown color: approx Dark Khaki. HEX triplet: C5, B6 and 72. RGB value is (197,182,114). Sum of RGB (Red+Green+Blue) = 197+182+114=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B672 is #3A498D. Grayscale: #B3B3B3. Windows color (decimal): -3819918 or 7517893. OLE color: 7517893.

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

Color convert

RGB197182114-
CMYK00.080.420.23
HSL49.16º41.71%60.98%-
HSV(B)49.16º42.13%77.25%-
XYZ42.7946.5422.65-
YUV178.7391.47141.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.96%
GREEN value IS 182 (71.48% from 255) = 36.92%
BLUE value IS 114 (44.92% from 255) = 23.12%
R=39.96%
G=36.92%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718211400.080.420.2349.1641.7160.98
HexC5B672082A17312a3d
Octal3052661620105227615275
Binary110001011011011011100100100010101010111110001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B672; }

 p { color: rgb(197,182,114); }

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

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

 a { background-color: rgb(197,182,114); }

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

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

 span { border-color: rgb(197,182,114); }

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