#C1B96C

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

Shades of Dark Khaki #C1B96C

Tints of Dark Khaki #C1B96C

Color information

#C1B96C (or 0xC1B96C) is unknown color: approx Dark Khaki. HEX triplet: C1, B9 and 6C. RGB value is (193,185,108). Sum of RGB (Red+Green+Blue) = 193+185+108=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B96C is #3E4693. Grayscale: #B2B2B2. Windows color (decimal): -4081300 or 7125441. OLE color: 7125441.

HSL color Cylindrical-coordinate representation of color #C1B96C: hue angle of 54.35º degrees, saturation: 0.41, 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 #C1B96C is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB193185108-
CMYK00.040.440.24
HSL54.35º40.67%59.02%-
HSV(B)54.35º44.04%75.69%-
XYZ42.0547.1221.07-
YUV178.6188.15138.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.71%
GREEN value IS 185 (72.66% from 255) = 38.07%
BLUE value IS 108 (42.58% from 255) = 22.22%
R=39.71%
G=38.07%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318510800.040.440.2454.3540.6759.02
HexC1B96C042C1836293b
Octal301271154045430665173
Binary11000001101110011101100010010110011000110110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B96C; }

 p { color: rgb(193,185,108); }

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

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

 a { background-color: rgb(193,185,108); }

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

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

 span { border-color: rgb(193,185,108); }

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