#818667

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

Shades of Bitter #818667

Tints of Bitter #818667

Color information

#818667 (or 0x818667) is unknown color: approx Bitter. HEX triplet: 81, 86 and 67. RGB value is (129,134,103). Sum of RGB (Red+Green+Blue) = 129+134+103=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 134 - color contains mainly: green. Hex color #818667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818667 is #7E7998. Grayscale: #818181. Windows color (decimal): -8288665 or 6784641. OLE color: 6784641.

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

Color convert

RGB129134103-
CMYK0.0400.230.47
HSL69.68º13.08%46.47%-
HSV(B)69.68º23.13%52.55%-
XYZ20.0322.716.16-
YUV128.97113.34128.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.25%
GREEN value IS 134 (52.73% from 255) = 36.61%
BLUE value IS 103 (40.62% from 255) = 28.14%
R=35.25%
G=36.61%
B=28.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291341030.0400.230.4769.6813.0846.47
Hex81866740172F46d2e
Octal2012061474027571061556
Binary1000000110000110110011110001011110111110001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818667; }

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

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

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

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

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

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

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

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