Shades of Dark Chestnut #94675D
Tints of Dark Chestnut #94675D
RGB
CMYK
RGB Variations
Color information
#94675D (or 0x94675D) is known color: Dark Chestnut. HEX triplet: 94, 67 and 5D. RGB value is (148,103,93). Sum of RGB (Red+Green+Blue) = 148+103+93=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #94675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94675D is #6B98A2. Grayscale: #737373. Windows color (decimal): -7051427 or 6121364. OLE color: 6121364.
HSL color Cylindrical-coordinate representation of color #94675D: hue angle of 10.91º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94675D is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 103 | 93 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.42 |
| HSL | 10.91º | 0.23% | 0.47% | - |
| HSV(B) | 10.91º | 0.37% | 0.58% | - |
| XYZ | 19.04 | 16.79 | 12.59 | - |
| YUV | 115.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 103 | 93 | 0 | 0.30 | 0.37 | 0.42 | 10.91 | 0.23 | 0.47 |
| Hex | 94 | 67 | 5D | 0 | 1E | 25 | 2A | B | 17 | 2F |
| Octal | 224 | 147 | 135 | 0 | 36 | 45 | 52 | 13 | 27 | 57 |
| Binary | 10010100 | 1100111 | 1011101 | 0 | 11110 | 100101 | 101010 | 1011 | 10111 | 101111 |
Color Harmonies of #94675D
Complementary color
Monochromatic Colors of #94675D
Black with #94675D
Text Example
Text Example
White with #94675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94675D; }
p { color: rgb(148,103,93); }
H1.HeaderClassName
{
color: #94675D;
}
.AnyTagClassName
{
color: #94675D;
}
</style>
background-color css
<style>
a { background-color: #94675D; }
a { background-color: rgb(148,103,93); }
div.DivClassName
{
background-color: #94675D;
}
.BgClassName
{
background-color: #94675D;
}
</style>
border-color css
<style>
span { border-color: #94675D; }
span { border-color: rgb(148,103,93); }
td.TdClassName
{
border-color: #94675D;
}
.TagClassName
{
border-color: #94675D;
}
</style>