#818969

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

Shades of Bitter #818969

Tints of Bitter #818969

Color information

#818969 (or 0x818969) is unknown color: approx Bitter. HEX triplet: 81, 89 and 69. RGB value is (129,137,105). Sum of RGB (Red+Green+Blue) = 129+137+105=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 137 - color contains mainly: green. Hex color #818969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818969 is #7E7696. Grayscale: #838383. Windows color (decimal): -8287895 or 6916481. OLE color: 6916481.

HSL color Cylindrical-coordinate representation of color #818969: hue angle of 75º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #818969 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB129137105-
CMYK0.0600.230.46
HSL75º13.22%47.45%-
HSV(B)75º23.36%53.73%-
XYZ20.5523.5816.83-
YUV130.96113.35126.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.77%
GREEN value IS 137 (53.91% from 255) = 36.93%
BLUE value IS 105 (41.41% from 255) = 28.30%
R=34.77%
G=36.93%
B=28.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291371050.0600.230.467513.2247.45
Hex81896960172E4bd2f
Octal2012111516027561131557
Binary1000000110001001110100111001011110111010010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818969; }

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

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

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

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

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

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

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

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