#C1B76C

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

Shades of Dark Khaki #C1B76C

Tints of Dark Khaki #C1B76C

Color information

#C1B76C (or 0xC1B76C) is unknown color: approx Dark Khaki. HEX triplet: C1, B7 and 6C. RGB value is (193,183,108). Sum of RGB (Red+Green+Blue) = 193+183+108=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B76C is #3E4893. Grayscale: #B1B1B1. Windows color (decimal): -4081812 or 7124929. OLE color: 7124929.

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

Color convert

RGB193183108-
CMYK00.050.440.24
HSL52.94º40.67%59.02%-
HSV(B)52.94º44.04%75.69%-
XYZ41.6346.2920.93-
YUV177.4488.81139.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.88%
GREEN value IS 183 (71.88% from 255) = 37.81%
BLUE value IS 108 (42.58% from 255) = 22.31%
R=39.88%
G=37.81%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318310800.050.440.2452.9440.6759.02
HexC1B76C052C1835293b
Octal301267154055430655173
Binary11000001101101111101100010110110011000110101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B76C; }

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

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

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

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

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

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

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

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