#818369

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

Shades of Bitter #818369

Tints of Bitter #818369

Color information

#818369 (or 0x818369) is unknown color: approx Bitter. HEX triplet: 81, 83 and 69. RGB value is (129,131,105). Sum of RGB (Red+Green+Blue) = 129+131+105=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 131 - color contains mainly: green. Hex color #818369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818369 is #7E7C96. Grayscale: #7F7F7F. Windows color (decimal): -8289431 or 6914945. OLE color: 6914945.

HSL color Cylindrical-coordinate representation of color #818369: hue angle of 64.62º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #818369 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB129131105-
CMYK0.0200.200.49
HSL64.62º11.02%46.27%-
HSV(B)64.62º19.85%51.37%-
XYZ19.7221.9216.56-
YUV127.44115.34129.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.34%
GREEN value IS 131 (51.56% from 255) = 35.89%
BLUE value IS 105 (41.41% from 255) = 28.77%
R=35.34%
G=35.89%
B=28.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291311050.0200.200.4964.6211.0246.27
Hex81836920143141b2e
Octal2012031512024611011356
Binary100000011000001111010011001010011000110000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818369; }

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

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

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

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

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

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

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

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