Shades of Sorbus #D96841
Tints of Sorbus #D96841
RGB
CMYK
RGB Variations
Color information
#D96841 (or 0xD96841) is known color: Sorbus. HEX triplet: D9, 68 and 41. RGB value is (217,104,65). Sum of RGB (Red+Green+Blue) = 217+104+65=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D96841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96841 is #2697BE. Grayscale: #858585. Windows color (decimal): -2529215 or 4286681. OLE color: 4286681.
HSL color Cylindrical-coordinate representation of color #D96841: hue angle of 15.39º 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 #D96841 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 104 | 65 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.15 |
| HSL | 15.39º | 0.67% | 0.55% | - |
| HSV(B) | 15.39º | 0.7% | 0.85% | - |
| XYZ | 34.52 | 25.03 | 8.01 | - |
| YUV | 133.34 | 89.44 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 104 | 65 | 0 | 0.52 | 0.70 | 0.15 | 15.39 | 0.67 | 0.55 |
| Hex | D9 | 68 | 41 | 0 | 34 | 46 | F | F | 43 | 37 |
| Octal | 331 | 150 | 101 | 0 | 64 | 106 | 17 | 17 | 103 | 67 |
| Binary | 11011001 | 1101000 | 1000001 | 0 | 110100 | 1000110 | 1111 | 1111 | 1000011 | 110111 |
Color Harmonies of #D96841
Complementary color
Monochromatic Colors of #D96841
Black with #D96841
Text Example
Text Example
White with #D96841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96841; }
p { color: rgb(217,104,65); }
H1.HeaderClassName
{
color: #D96841;
}
.AnyTagClassName
{
color: #D96841;
}
</style>
background-color css
<style>
a { background-color: #D96841; }
a { background-color: rgb(217,104,65); }
div.DivClassName
{
background-color: #D96841;
}
.BgClassName
{
background-color: #D96841;
}
</style>
border-color css
<style>
span { border-color: #D96841; }
span { border-color: rgb(217,104,65); }
td.TdClassName
{
border-color: #D96841;
}
.TagClassName
{
border-color: #D96841;
}
</style>