#C1BE6E

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

Shades of Dark Khaki #C1BE6E

Tints of Dark Khaki #C1BE6E

Color information

#C1BE6E (or 0xC1BE6E) is unknown color: approx Dark Khaki. HEX triplet: C1, BE and 6E. RGB value is (193,190,110). Sum of RGB (Red+Green+Blue) = 193+190+110=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BE6E is #3E4191. Grayscale: #B6B6B6. Windows color (decimal): -4080018 or 7257793. OLE color: 7257793.

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

Color convert

RGB193190110-
CMYK00.020.430.24
HSL57.83º40.1%59.41%-
HSV(B)57.83º43.01%75.69%-
XYZ43.2249.2921.99-
YUV181.7887.49136-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.15%
GREEN value IS 190 (74.61% from 255) = 38.54%
BLUE value IS 110 (43.36% from 255) = 22.31%
R=39.15%
G=38.54%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319011000.020.430.2457.8340.159.41
HexC1BE6E022B183a283b
Octal301276156025330725073
Binary1100000110111110110111001010101111000111010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BE6E; }

 p { color: rgb(193,190,110); }

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

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

 a { background-color: rgb(193,190,110); }

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

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

 span { border-color: rgb(193,190,110); }

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