#C5B368

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

Shades of Dark Khaki #C5B368

Tints of Dark Khaki #C5B368

Color information

#C5B368 (or 0xC5B368) is unknown color: approx Dark Khaki. HEX triplet: C5, B3 and 68. RGB value is (197,179,104). Sum of RGB (Red+Green+Blue) = 197+179+104=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B368 is #3A4C97. Grayscale: #B0B0B0. Windows color (decimal): -3820696 or 6861765. OLE color: 6861765.

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

Color convert

RGB197179104-
CMYK00.090.470.23
HSL48.39º44.5%59.02%-
HSV(B)48.39º47.21%77.25%-
XYZ41.6445.1119.61-
YUV175.8387.46143.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.04%
GREEN value IS 179 (70.31% from 255) = 37.29%
BLUE value IS 104 (41.02% from 255) = 21.67%
R=41.04%
G=37.29%
B=21.67%

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
Decimal19717910400.090.470.2348.3944.559.02
HexC5B368092F17302c3b
Octal3052631500115727605473
Binary110001011011001111010000100110111110111110000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B368; }

 p { color: rgb(197,179,104); }

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

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

 a { background-color: rgb(197,179,104); }

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

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

 span { border-color: rgb(197,179,104); }

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