Shades of Saddle Brown #914106
Tints of Saddle Brown #914106
RGB
CMYK
RGB Variations
Color information
#914106 (or 0x914106) is known color: Saddle Brown. HEX triplet: 91, 41 and 06. RGB value is (145,65,6). Sum of RGB (Red+Green+Blue) = 145+65+6=216 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.13% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 6 (2.73% from 255 or 2.78% from 216); Max value from RGB is 145 - color contains mainly: red. Hex color #914106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914106 is #6EBEF9. Grayscale: #525252. Windows color (decimal): -7257850 or 410001. OLE color: 410001.
HSL color Cylindrical-coordinate representation of color #914106: hue angle of 25.47º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #914106 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 65 | 6 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.43 |
| HSL | 25.47º | 0.92% | 0.3% | - |
| HSV(B) | 25.47º | 0.96% | 0.57% | - |
| XYZ | 13.6 | 9.81 | 1.35 | - |
| YUV | 82.19 | 85 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 65 | 6 | 0 | 0.55 | 0.96 | 0.43 | 25.47 | 0.92 | 0.3 |
| Hex | 91 | 41 | 6 | 0 | 37 | 60 | 2B | 19 | 5C | 1E |
| Octal | 221 | 101 | 6 | 0 | 67 | 140 | 53 | 31 | 134 | 36 |
| Binary | 10010001 | 1000001 | 110 | 0 | 110111 | 1100000 | 101011 | 11001 | 1011100 | 11110 |
Color Harmonies of #914106
Complementary color
Monochromatic Colors of #914106
Black with #914106
Text Example
Text Example
White with #914106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914106; }
p { color: rgb(145,65,6); }
H1.HeaderClassName
{
color: #914106;
}
.AnyTagClassName
{
color: #914106;
}
</style>
background-color css
<style>
a { background-color: #914106; }
a { background-color: rgb(145,65,6); }
div.DivClassName
{
background-color: #914106;
}
.BgClassName
{
background-color: #914106;
}
</style>
border-color css
<style>
span { border-color: #914106; }
span { border-color: rgb(145,65,6); }
td.TdClassName
{
border-color: #914106;
}
.TagClassName
{
border-color: #914106;
}
</style>