Shades of Dark Chestnut #92726B
Tints of Dark Chestnut #92726B
RGB
CMYK
RGB Variations
Color information
#92726B (or 0x92726B) is known color: Dark Chestnut. HEX triplet: 92, 72 and 6B. RGB value is (146,114,107). Sum of RGB (Red+Green+Blue) = 146+114+107=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 146 - color contains mainly: red. Hex color #92726B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92726B is #6D8D94. Grayscale: #7A7A7A. Windows color (decimal): -7179669 or 7041682. OLE color: 7041682.
HSL color Cylindrical-coordinate representation of color #92726B: hue angle of 10.77º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92726B is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 114 | 107 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.43 |
| HSL | 10.77º | 0.15% | 0.5% | - |
| HSV(B) | 10.77º | 0.27% | 0.57% | - |
| XYZ | 20.53 | 19.21 | 16.54 | - |
| YUV | 122.77 | 119.1 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 114 | 107 | 0 | 0.22 | 0.27 | 0.43 | 10.77 | 0.15 | 0.5 |
| Hex | 92 | 72 | 6B | 0 | 16 | 1B | 2B | B | F | 32 |
| Octal | 222 | 162 | 153 | 0 | 26 | 33 | 53 | 13 | 17 | 62 |
| Binary | 10010010 | 1110010 | 1101011 | 0 | 10110 | 11011 | 101011 | 1011 | 1111 | 110010 |
Color Harmonies of #92726B
Complementary color
Monochromatic Colors of #92726B
Black with #92726B
Text Example
Text Example
White with #92726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92726B; }
p { color: rgb(146,114,107); }
H1.HeaderClassName
{
color: #92726B;
}
.AnyTagClassName
{
color: #92726B;
}
</style>
background-color css
<style>
a { background-color: #92726B; }
a { background-color: rgb(146,114,107); }
div.DivClassName
{
background-color: #92726B;
}
.BgClassName
{
background-color: #92726B;
}
</style>
border-color css
<style>
span { border-color: #92726B; }
span { border-color: rgb(146,114,107); }
td.TdClassName
{
border-color: #92726B;
}
.TagClassName
{
border-color: #92726B;
}
</style>