#C1B56C

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

Shades of Dark Khaki #C1B56C

Tints of Dark Khaki #C1B56C

Color information

#C1B56C (or 0xC1B56C) is unknown color: approx Dark Khaki. HEX triplet: C1, B5 and 6C. RGB value is (193,181,108). Sum of RGB (Red+Green+Blue) = 193+181+108=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B56C is #3E4A93. Grayscale: #B0B0B0. Windows color (decimal): -4082324 or 7124417. OLE color: 7124417.

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

Color convert

RGB193181108-
CMYK00.060.440.24
HSL51.53º40.67%59.02%-
HSV(B)51.53º44.04%75.69%-
XYZ41.2245.4720.79-
YUV176.2789.48139.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.04%
GREEN value IS 181 (71.09% from 255) = 37.55%
BLUE value IS 108 (42.58% from 255) = 22.41%
R=40.04%
G=37.55%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318110800.060.440.2451.5340.6759.02
HexC1B56C062C1834293b
Octal301265154065430645173
Binary11000001101101011101100011010110011000110100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B56C; }

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

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

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

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

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

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

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

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