#818665

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

Shades of Bitter #818665

Tints of Bitter #818665

Color information

#818665 (or 0x818665) is unknown color: approx Bitter. HEX triplet: 81, 86 and 65. RGB value is (129,134,101). Sum of RGB (Red+Green+Blue) = 129+134+101=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 134 - color contains mainly: green. Hex color #818665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818665 is #7E799A. Grayscale: #808080. Windows color (decimal): -8288667 or 6653569. OLE color: 6653569.

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

Color convert

RGB129134101-
CMYK0.0400.250.47
HSL69.09º14.04%46.08%-
HSV(B)69.09º24.63%52.55%-
XYZ19.9322.6615.63-
YUV128.74112.34128.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.44%
GREEN value IS 134 (52.73% from 255) = 36.81%
BLUE value IS 101 (39.84% from 255) = 27.75%
R=35.44%
G=36.81%
B=27.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291341010.0400.250.4769.0914.0446.08
Hex81866540192F45e2e
Octal2012061454031571051656
Binary1000000110000110110010110001100110111110001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818665; }

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

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

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

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

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

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

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

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