Shades of Sorbus #D76A40
Tints of Sorbus #D76A40
RGB
CMYK
RGB Variations
Color information
#D76A40 (or 0xD76A40) is known color: Sorbus. HEX triplet: D7, 6A and 40. RGB value is (215,106,64). Sum of RGB (Red+Green+Blue) = 215+106+64=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76A40 is #2895BF. Grayscale: #868686. Windows color (decimal): -2659776 or 4221655. OLE color: 4221655.
HSL color Cylindrical-coordinate representation of color #D76A40: hue angle of 16.69º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D76A40 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 64 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.16 |
| HSL | 16.69º | 0.65% | 0.55% | - |
| HSV(B) | 16.69º | 0.7% | 0.84% | - |
| XYZ | 34.1 | 25.13 | 7.9 | - |
| YUV | 133.8 | 88.61 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 64 | 0 | 0.51 | 0.70 | 0.16 | 16.69 | 0.65 | 0.55 |
| Hex | D7 | 6A | 40 | 0 | 33 | 46 | 10 | 11 | 41 | 37 |
| Octal | 327 | 152 | 100 | 0 | 63 | 106 | 20 | 21 | 101 | 67 |
| Binary | 11010111 | 1101010 | 1000000 | 0 | 110011 | 1000110 | 10000 | 10001 | 1000001 | 110111 |
Color Harmonies of #D76A40
Complementary color
Monochromatic Colors of #D76A40
Black with #D76A40
Text Example
Text Example
White with #D76A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76A40; }
p { color: rgb(215,106,64); }
H1.HeaderClassName
{
color: #D76A40;
}
.AnyTagClassName
{
color: #D76A40;
}
</style>
background-color css
<style>
a { background-color: #D76A40; }
a { background-color: rgb(215,106,64); }
div.DivClassName
{
background-color: #D76A40;
}
.BgClassName
{
background-color: #D76A40;
}
</style>
border-color css
<style>
span { border-color: #D76A40; }
span { border-color: rgb(215,106,64); }
td.TdClassName
{
border-color: #D76A40;
}
.TagClassName
{
border-color: #D76A40;
}
</style>