Shades of Bitter #838967
Tints of Bitter #838967
RGB
CMYK
RGB Variations
Color information
#838967 (or 0x838967) is known color: Bitter. HEX triplet: 83, 89 and 67. RGB value is (131,137,103). Sum of RGB (Red+Green+Blue) = 131+137+103=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 137 - color contains mainly: green. Hex color #838967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838967 is #7C7698. Grayscale: #838383. Windows color (decimal): -8156825 or 6785411. OLE color: 6785411.
HSL color Cylindrical-coordinate representation of color #838967: hue angle of 70.59º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #838967 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 137 | 103 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.46 |
| HSL | 70.59º | 0.14% | 0.47% | - |
| HSV(B) | 70.59º | 0.25% | 0.54% | - |
| XYZ | 20.75 | 23.7 | 16.31 | - |
| YUV | 131.33 | 112.01 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 137 | 103 | 0.04 | 0 | 0.25 | 0.46 | 70.59 | 0.14 | 0.47 |
| Hex | 83 | 89 | 67 | 4 | 0 | 19 | 2E | 47 | E | 2F |
| Octal | 203 | 211 | 147 | 4 | 0 | 31 | 56 | 107 | 16 | 57 |
| Binary | 10000011 | 10001001 | 1100111 | 100 | 0 | 11001 | 101110 | 1000111 | 1110 | 101111 |
Color Harmonies of #838967
Complementary color
Monochromatic Colors of #838967
Black with #838967
Text Example
Text Example
White with #838967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838967; }
p { color: rgb(131,137,103); }
H1.HeaderClassName
{
color: #838967;
}
.AnyTagClassName
{
color: #838967;
}
</style>
background-color css
<style>
a { background-color: #838967; }
a { background-color: rgb(131,137,103); }
div.DivClassName
{
background-color: #838967;
}
.BgClassName
{
background-color: #838967;
}
</style>
border-color css
<style>
span { border-color: #838967; }
span { border-color: rgb(131,137,103); }
td.TdClassName
{
border-color: #838967;
}
.TagClassName
{
border-color: #838967;
}
</style>