#C5B567

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

Shades of Dark Khaki #C5B567

Tints of Dark Khaki #C5B567

Color information

#C5B567 (or 0xC5B567) is unknown color: approx Dark Khaki. HEX triplet: C5, B5 and 67. RGB value is (197,181,103). Sum of RGB (Red+Green+Blue) = 197+181+103=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B567 is #3A4A98. Grayscale: #B1B1B1. Windows color (decimal): -3820185 or 6796741. OLE color: 6796741.

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

Color convert

RGB197181103-
CMYK00.080.480.23
HSL49.79º44.76%58.82%-
HSV(B)49.79º47.72%77.25%-
XYZ4245.919.48-
YUV176.8986.3142.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.96%
GREEN value IS 181 (71.09% from 255) = 37.63%
BLUE value IS 103 (40.62% from 255) = 21.41%
R=40.96%
G=37.63%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718110300.080.480.2349.7944.7658.82
HexC5B567083017322d3b
Octal3052651470106027625573
Binary110001011011010111001110100011000010111110010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B567; }

 p { color: rgb(197,181,103); }

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

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

 a { background-color: rgb(197,181,103); }

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

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

 span { border-color: rgb(197,181,103); }

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