#C1B86A

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

Shades of Dark Khaki #C1B86A

Tints of Dark Khaki #C1B86A

Color information

#C1B86A (or 0xC1B86A) is unknown color: approx Dark Khaki. HEX triplet: C1, B8 and 6A. RGB value is (193,184,106). Sum of RGB (Red+Green+Blue) = 193+184+106=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B86A is #3E4795. Grayscale: #B2B2B2. Windows color (decimal): -4081558 or 6994113. OLE color: 6994113.

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

Color convert

RGB193184106-
CMYK00.050.450.24
HSL53.79º41.23%58.63%-
HSV(B)53.79º45.08%75.69%-
XYZ41.7346.6620.44-
YUV177.887.48138.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.96%
GREEN value IS 184 (72.27% from 255) = 38.10%
BLUE value IS 106 (41.80% from 255) = 21.95%
R=39.96%
G=38.10%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318410600.050.450.2453.7941.2358.63
HexC1B86A052D1836293b
Octal301270152055530665173
Binary11000001101110001101010010110110111000110110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B86A; }

 p { color: rgb(193,184,106); }

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

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

 a { background-color: rgb(193,184,106); }

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

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

 span { border-color: rgb(193,184,106); }

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