#C5B367

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

Shades of Dark Khaki #C5B367

Tints of Dark Khaki #C5B367

Color information

#C5B367 (or 0xC5B367) is unknown color: approx Dark Khaki. HEX triplet: C5, B3 and 67. RGB value is (197,179,103). Sum of RGB (Red+Green+Blue) = 197+179+103=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B367 is #3A4C98. Grayscale: #B0B0B0. Windows color (decimal): -3820697 or 6796229. OLE color: 6796229.

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

Color convert

RGB197179103-
CMYK00.090.480.23
HSL48.51º44.76%58.82%-
HSV(B)48.51º47.72%77.25%-
XYZ41.5945.0919.34-
YUV175.7286.96143.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.13%
GREEN value IS 179 (70.31% from 255) = 37.37%
BLUE value IS 103 (40.62% from 255) = 21.50%
R=41.13%
G=37.37%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717910300.090.480.2348.5144.7658.82
HexC5B367093017312d3b
Octal3052631470116027615573
Binary110001011011001111001110100111000010111110001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B367; }

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

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

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

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

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

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

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

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