#C1B36D

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

Shades of Dark Khaki #C1B36D

Tints of Dark Khaki #C1B36D

Color information

#C1B36D (or 0xC1B36D) is unknown color: approx Dark Khaki. HEX triplet: C1, B3 and 6D. RGB value is (193,179,109). Sum of RGB (Red+Green+Blue) = 193+179+109=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B36D is #3E4C92. Grayscale: #AFAFAF. Windows color (decimal): -4082835 or 7189441. OLE color: 7189441.

HSL color Cylindrical-coordinate representation of color #C1B36D: hue angle of 50º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1B36D is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB193179109-
CMYK00.070.440.24
HSL50º40.38%59.22%-
HSV(B)50º43.52%75.69%-
XYZ40.8744.6820.94-
YUV175.2190.64140.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.12%
GREEN value IS 179 (70.31% from 255) = 37.21%
BLUE value IS 109 (42.97% from 255) = 22.66%
R=40.12%
G=37.21%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317910900.070.440.245040.3859.22
HexC1B36D072C1832283b
Octal301263155075430625073
Binary11000001101100111101101011110110011000110010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B36D; }

 p { color: rgb(193,179,109); }

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

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

 a { background-color: rgb(193,179,109); }

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

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

 span { border-color: rgb(193,179,109); }

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