Shades of Saddle #665047
Tints of Saddle #665047
RGB
CMYK
RGB Variations
Color information
#665047 (or 0x665047) is known color: Saddle. HEX triplet: 66, 50 and 47. RGB value is (102,80,71). Sum of RGB (Red+Green+Blue) = 102+80+71=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #665047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665047 is #99AFB8. Grayscale: #555555. Windows color (decimal): -10071993 or 4673638. OLE color: 4673638.
HSL color Cylindrical-coordinate representation of color #665047: hue angle of 17.42º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #665047 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 80 | 71 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.6 |
| HSL | 17.42º | 0.18% | 0.34% | - |
| HSV(B) | 17.42º | 0.3% | 0.4% | - |
| XYZ | 9.49 | 9.02 | 7.2 | - |
| YUV | 85.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 71 | 0 | 0.22 | 0.30 | 0.6 | 17.42 | 0.18 | 0.34 |
| Hex | 66 | 50 | 47 | 0 | 16 | 1E | 3C | 11 | 12 | 22 |
| Octal | 146 | 120 | 107 | 0 | 26 | 36 | 74 | 21 | 22 | 42 |
| Binary | 1100110 | 1010000 | 1000111 | 0 | 10110 | 11110 | 111100 | 10001 | 10010 | 100010 |
Color Harmonies of #665047
Complementary color
Monochromatic Colors of #665047
Black with #665047
Text Example
Text Example
White with #665047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665047; }
p { color: rgb(102,80,71); }
H1.HeaderClassName
{
color: #665047;
}
.AnyTagClassName
{
color: #665047;
}
</style>
background-color css
<style>
a { background-color: #665047; }
a { background-color: rgb(102,80,71); }
div.DivClassName
{
background-color: #665047;
}
.BgClassName
{
background-color: #665047;
}
</style>
border-color css
<style>
span { border-color: #665047; }
span { border-color: rgb(102,80,71); }
td.TdClassName
{
border-color: #665047;
}
.TagClassName
{
border-color: #665047;
}
</style>