#818561

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

Shades of Bitter #818561

Tints of Bitter #818561

Color information

#818561 (or 0x818561) is unknown color: approx Bitter. HEX triplet: 81, 85 and 61. RGB value is (129,133,97). Sum of RGB (Red+Green+Blue) = 129+133+97=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 133 - color contains mainly: green. Hex color #818561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818561 is #7E7A9E. Grayscale: #7F7F7F. Windows color (decimal): -8288927 or 6391169. OLE color: 6391169.

HSL color Cylindrical-coordinate representation of color #818561: hue angle of 66.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #818561 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB12913397-
CMYK0.0300.270.48
HSL66.67º15.65%45.1%-
HSV(B)66.67º27.07%52.16%-
XYZ19.622.3114.58-
YUV127.7110.67128.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.93%
GREEN value IS 133 (52.34% from 255) = 37.05%
BLUE value IS 97 (38.28% from 255) = 27.02%
R=35.93%
G=37.05%
B=27.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129133970.0300.270.4866.6715.6545.1
Hex818561301B3043102d
Octal2012051413033601032055
Binary1000000110000101110000111011011110000100001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818561; }

 p { color: rgb(129,133,97); }

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

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

 a { background-color: rgb(129,133,97); }

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

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

 span { border-color: rgb(129,133,97); }

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