Shades of Dark Chestnut #94726A
Tints of Dark Chestnut #94726A
RGB
CMYK
RGB Variations
Color information
#94726A (or 0x94726A) is known color: Dark Chestnut. HEX triplet: 94, 72 and 6A. RGB value is (148,114,106). Sum of RGB (Red+Green+Blue) = 148+114+106=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 148 - color contains mainly: red. Hex color #94726A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94726A is #6B8D95. Grayscale: #7B7B7B. Windows color (decimal): -7048598 or 6976148. OLE color: 6976148.
HSL color Cylindrical-coordinate representation of color #94726A: hue angle of 11.43º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94726A is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 114 | 106 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.42 |
| HSL | 11.43º | 0.17% | 0.5% | - |
| HSV(B) | 11.43º | 0.28% | 0.58% | - |
| XYZ | 20.83 | 19.37 | 16.28 | - |
| YUV | 123.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 114 | 106 | 0 | 0.23 | 0.28 | 0.42 | 11.43 | 0.17 | 0.5 |
| Hex | 94 | 72 | 6A | 0 | 17 | 1C | 2A | B | 11 | 32 |
| Octal | 224 | 162 | 152 | 0 | 27 | 34 | 52 | 13 | 21 | 62 |
| Binary | 10010100 | 1110010 | 1101010 | 0 | 10111 | 11100 | 101010 | 1011 | 10001 | 110010 |
Color Harmonies of #94726A
Complementary color
Monochromatic Colors of #94726A
Black with #94726A
Text Example
Text Example
White with #94726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94726A; }
p { color: rgb(148,114,106); }
H1.HeaderClassName
{
color: #94726A;
}
.AnyTagClassName
{
color: #94726A;
}
</style>
background-color css
<style>
a { background-color: #94726A; }
a { background-color: rgb(148,114,106); }
div.DivClassName
{
background-color: #94726A;
}
.BgClassName
{
background-color: #94726A;
}
</style>
border-color css
<style>
span { border-color: #94726A; }
span { border-color: rgb(148,114,106); }
td.TdClassName
{
border-color: #94726A;
}
.TagClassName
{
border-color: #94726A;
}
</style>