#818766

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

Shades of Bitter #818766

Tints of Bitter #818766

Color information

#818766 (or 0x818766) is unknown color: approx Bitter. HEX triplet: 81, 87 and 66. RGB value is (129,135,102). Sum of RGB (Red+Green+Blue) = 129+135+102=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 135 - color contains mainly: green. Hex color #818766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818766 is #7E7899. Grayscale: #818181. Windows color (decimal): -8288410 or 6719361. OLE color: 6719361.

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

Color convert

RGB129135102-
CMYK0.0400.240.47
HSL70.91º13.92%46.47%-
HSV(B)70.91º24.44%52.94%-
XYZ20.1222.9515.94-
YUV129.44112.51127.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.25%
GREEN value IS 135 (53.12% from 255) = 36.89%
BLUE value IS 102 (40.23% from 255) = 27.87%
R=35.25%
G=36.89%
B=27.87%

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
Decimal1291351020.0400.240.4770.9113.9246.47
Hex81876640182F47e2e
Octal2012071464030571071656
Binary1000000110000111110011010001100010111110001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818766; }

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

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

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

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

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

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

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

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