Shades of Bitter #818269
Tints of Bitter #818269
RGB
CMYK
RGB Variations
Color information
#818269 (or 0x818269) is known color: Bitter. HEX triplet: 81, 82 and 69. RGB value is (129,130,105). Sum of RGB (Red+Green+Blue) = 129+130+105=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 130 - color contains mainly: green. Hex color #818269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818269 is #7E7D96. Grayscale: #7E7E7E. Windows color (decimal): -8289687 or 6914689. OLE color: 6914689.
HSL color Cylindrical-coordinate representation of color #818269: hue angle of 62.4º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #818269 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 130 | 105 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.49 |
| HSL | 62.4º | 0.11% | 0.46% | - |
| HSV(B) | 62.4º | 0.19% | 0.51% | - |
| XYZ | 19.59 | 21.65 | 16.51 | - |
| YUV | 126.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 130 | 105 | 0.01 | 0 | 0.19 | 0.49 | 62.4 | 0.11 | 0.46 |
| Hex | 81 | 82 | 69 | 1 | 0 | 13 | 31 | 3E | B | 2E |
| Octal | 201 | 202 | 151 | 1 | 0 | 23 | 61 | 76 | 13 | 56 |
| Binary | 10000001 | 10000010 | 1101001 | 1 | 0 | 10011 | 110001 | 111110 | 1011 | 101110 |
Color Harmonies of #818269
Complementary color
Monochromatic Colors of #818269
Black with #818269
Text Example
Text Example
White with #818269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818269; }
p { color: rgb(129,130,105); }
H1.HeaderClassName
{
color: #818269;
}
.AnyTagClassName
{
color: #818269;
}
</style>
background-color css
<style>
a { background-color: #818269; }
a { background-color: rgb(129,130,105); }
div.DivClassName
{
background-color: #818269;
}
.BgClassName
{
background-color: #818269;
}
</style>
border-color css
<style>
span { border-color: #818269; }
span { border-color: rgb(129,130,105); }
td.TdClassName
{
border-color: #818269;
}
.TagClassName
{
border-color: #818269;
}
</style>