#818666

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

Shades of Bitter #818666

Tints of Bitter #818666

Color information

#818666 (or 0x818666) is unknown color: approx Bitter. HEX triplet: 81, 86 and 66. RGB value is (129,134,102). Sum of RGB (Red+Green+Blue) = 129+134+102=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 134 - color contains mainly: green. Hex color #818666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818666 is #7E7999. Grayscale: #808080. Windows color (decimal): -8288666 or 6719105. OLE color: 6719105.

HSL color Cylindrical-coordinate representation of color #818666: hue angle of 69.38º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #818666 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB129134102-
CMYK0.0400.240.47
HSL69.38º13.56%46.27%-
HSV(B)69.38º23.88%52.55%-
XYZ19.9822.6815.89-
YUV128.86112.84128.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.34%
GREEN value IS 134 (52.73% from 255) = 36.71%
BLUE value IS 102 (40.23% from 255) = 27.95%
R=35.34%
G=36.71%
B=27.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291341020.0400.240.4769.3813.5646.27
Hex81866640182F45e2e
Octal2012061464030571051656
Binary1000000110000110110011010001100010111110001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818666; }

 p { color: rgb(129,134,102); }

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

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

 a { background-color: rgb(129,134,102); }

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

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

 span { border-color: rgb(129,134,102); }

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