Shades of Bitter #838A68
Tints of Bitter #838A68
RGB
CMYK
RGB Variations
Color information
#838A68 (or 0x838A68) is known color: Bitter. HEX triplet: 83, 8A and 68. RGB value is (131,138,104). Sum of RGB (Red+Green+Blue) = 131+138+104=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 138 - color contains mainly: green. Hex color #838A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838A68 is #7C7597. Grayscale: #848484. Windows color (decimal): -8156568 or 6851203. OLE color: 6851203.
HSL color Cylindrical-coordinate representation of color #838A68: hue angle of 72.35º 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 #838A68 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 138 | 104 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.46 |
| HSL | 72.35º | 0.14% | 0.47% | - |
| HSV(B) | 72.35º | 0.25% | 0.54% | - |
| XYZ | 20.95 | 24 | 16.63 | - |
| YUV | 132.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 104 | 0.05 | 0 | 0.25 | 0.46 | 72.35 | 0.14 | 0.47 |
| Hex | 83 | 8A | 68 | 5 | 0 | 19 | 2E | 48 | E | 2F |
| Octal | 203 | 212 | 150 | 5 | 0 | 31 | 56 | 110 | 16 | 57 |
| Binary | 10000011 | 10001010 | 1101000 | 101 | 0 | 11001 | 101110 | 1001000 | 1110 | 101111 |
Color Harmonies of #838A68
Complementary color
Monochromatic Colors of #838A68
Black with #838A68
Text Example
Text Example
White with #838A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838A68; }
p { color: rgb(131,138,104); }
H1.HeaderClassName
{
color: #838A68;
}
.AnyTagClassName
{
color: #838A68;
}
</style>
background-color css
<style>
a { background-color: #838A68; }
a { background-color: rgb(131,138,104); }
div.DivClassName
{
background-color: #838A68;
}
.BgClassName
{
background-color: #838A68;
}
</style>
border-color css
<style>
span { border-color: #838A68; }
span { border-color: rgb(131,138,104); }
td.TdClassName
{
border-color: #838A68;
}
.TagClassName
{
border-color: #838A68;
}
</style>