Shades of Sorbus #D96741
Tints of Sorbus #D96741
RGB
CMYK
RGB Variations
Color information
#D96741 (or 0xD96741) is known color: Sorbus. HEX triplet: D9, 67 and 41. RGB value is (217,103,65). Sum of RGB (Red+Green+Blue) = 217+103+65=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D96741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96741 is #2698BE. Grayscale: #858585. Windows color (decimal): -2529471 or 4286425. OLE color: 4286425.
HSL color Cylindrical-coordinate representation of color #D96741: hue angle of 15º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D96741 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 65 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.15 |
| HSL | 15º | 0.67% | 0.55% | - |
| HSV(B) | 15º | 0.7% | 0.85% | - |
| XYZ | 34.42 | 24.83 | 7.98 | - |
| YUV | 132.75 | 89.77 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 65 | 0 | 0.53 | 0.70 | 0.15 | 15 | 0.67 | 0.55 |
| Hex | D9 | 67 | 41 | 0 | 35 | 46 | F | F | 43 | 37 |
| Octal | 331 | 147 | 101 | 0 | 65 | 106 | 17 | 17 | 103 | 67 |
| Binary | 11011001 | 1100111 | 1000001 | 0 | 110101 | 1000110 | 1111 | 1111 | 1000011 | 110111 |
Color Harmonies of #D96741
Complementary color
Monochromatic Colors of #D96741
Black with #D96741
Text Example
Text Example
White with #D96741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96741; }
p { color: rgb(217,103,65); }
H1.HeaderClassName
{
color: #D96741;
}
.AnyTagClassName
{
color: #D96741;
}
</style>
background-color css
<style>
a { background-color: #D96741; }
a { background-color: rgb(217,103,65); }
div.DivClassName
{
background-color: #D96741;
}
.BgClassName
{
background-color: #D96741;
}
</style>
border-color css
<style>
span { border-color: #D96741; }
span { border-color: rgb(217,103,65); }
td.TdClassName
{
border-color: #D96741;
}
.TagClassName
{
border-color: #D96741;
}
</style>