#818767

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

Shades of Bitter #818767

Tints of Bitter #818767

Color information

#818767 (or 0x818767) is unknown color: approx Bitter. HEX triplet: 81, 87 and 67. RGB value is (129,135,103). Sum of RGB (Red+Green+Blue) = 129+135+103=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 103 (40.62% from 255 or 28.07% from 367); Max value from RGB is 135 - color contains mainly: green. Hex color #818767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818767 is #7E7898. Grayscale: #818181. Windows color (decimal): -8288409 or 6784897. OLE color: 6784897.

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

Color convert

RGB129135103-
CMYK0.0400.240.47
HSL71.25º13.45%46.67%-
HSV(B)71.25º23.7%52.94%-
XYZ20.1722.9716.2-
YUV129.56113.01127.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.15%
GREEN value IS 135 (53.12% from 255) = 36.78%
BLUE value IS 103 (40.62% from 255) = 28.07%
R=35.15%
G=36.78%
B=28.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291351030.0400.240.4771.2513.4546.67
Hex81876740182F47d2f
Octal2012071474030571071557
Binary1000000110000111110011110001100010111110001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818767; }

 p { color: rgb(129,135,103); }

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

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

 a { background-color: rgb(129,135,103); }

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

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

 span { border-color: rgb(129,135,103); }

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