Shades of Dark Chestnut #94675C
Tints of Dark Chestnut #94675C
RGB
CMYK
RGB Variations
Color information
#94675C (or 0x94675C) is known color: Dark Chestnut. HEX triplet: 94, 67 and 5C. RGB value is (148,103,92). Sum of RGB (Red+Green+Blue) = 148+103+92=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #94675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94675C is #6B98A3. Grayscale: #737373. Windows color (decimal): -7051428 or 6055828. OLE color: 6055828.
HSL color Cylindrical-coordinate representation of color #94675C: hue angle of 11.79º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94675C is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 103 | 92 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.42 |
| HSL | 11.79º | 0.23% | 0.47% | - |
| HSV(B) | 11.79º | 0.38% | 0.58% | - |
| XYZ | 18.99 | 16.77 | 12.36 | - |
| YUV | 115.2 | 114.91 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 103 | 92 | 0 | 0.30 | 0.38 | 0.42 | 11.79 | 0.23 | 0.47 |
| Hex | 94 | 67 | 5C | 0 | 1E | 26 | 2A | C | 17 | 2F |
| Octal | 224 | 147 | 134 | 0 | 36 | 46 | 52 | 14 | 27 | 57 |
| Binary | 10010100 | 1100111 | 1011100 | 0 | 11110 | 100110 | 101010 | 1100 | 10111 | 101111 |
Color Harmonies of #94675C
Complementary color
Monochromatic Colors of #94675C
Black with #94675C
Text Example
Text Example
White with #94675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94675C; }
p { color: rgb(148,103,92); }
H1.HeaderClassName
{
color: #94675C;
}
.AnyTagClassName
{
color: #94675C;
}
</style>
background-color css
<style>
a { background-color: #94675C; }
a { background-color: rgb(148,103,92); }
div.DivClassName
{
background-color: #94675C;
}
.BgClassName
{
background-color: #94675C;
}
</style>
border-color css
<style>
span { border-color: #94675C; }
span { border-color: rgb(148,103,92); }
td.TdClassName
{
border-color: #94675C;
}
.TagClassName
{
border-color: #94675C;
}
</style>