#818669

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

Shades of Bitter #818669

Tints of Bitter #818669

Color information

#818669 (or 0x818669) is unknown color: approx Bitter. HEX triplet: 81, 86 and 69. RGB value is (129,134,105). Sum of RGB (Red+Green+Blue) = 129+134+105=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 134 - color contains mainly: green. Hex color #818669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818669 is #7E7996. Grayscale: #818181. Windows color (decimal): -8288663 or 6915713. OLE color: 6915713.

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

Color convert

RGB129134105-
CMYK0.0400.220.47
HSL70.34º12.13%46.86%-
HSV(B)70.34º21.64%52.55%-
XYZ20.1322.7416.69-
YUV129.2114.34127.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.05%
GREEN value IS 134 (52.73% from 255) = 36.41%
BLUE value IS 105 (41.41% from 255) = 28.53%
R=35.05%
G=36.41%
B=28.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291341050.0400.220.4770.3412.1346.86
Hex81866940162F46c2f
Octal2012061514026571061457
Binary1000000110000110110100110001011010111110001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818669; }

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

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

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

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

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

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

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

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