Shades of Sorbus #D76A42
Tints of Sorbus #D76A42
RGB
CMYK
RGB Variations
Color information
#D76A42 (or 0xD76A42) is known color: Sorbus. HEX triplet: D7, 6A and 42. RGB value is (215,106,66). Sum of RGB (Red+Green+Blue) = 215+106+66=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76A42 is #2895BD. Grayscale: #868686. Windows color (decimal): -2659774 or 4352727. OLE color: 4352727.
HSL color Cylindrical-coordinate representation of color #D76A42: hue angle of 16.11º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D76A42 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 66 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.16 |
| HSL | 16.11º | 0.65% | 0.55% | - |
| HSV(B) | 16.11º | 0.69% | 0.84% | - |
| XYZ | 34.16 | 25.15 | 8.21 | - |
| YUV | 134.03 | 89.61 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 66 | 0 | 0.51 | 0.69 | 0.16 | 16.11 | 0.65 | 0.55 |
| Hex | D7 | 6A | 42 | 0 | 33 | 45 | 10 | 10 | 41 | 37 |
| Octal | 327 | 152 | 102 | 0 | 63 | 105 | 20 | 20 | 101 | 67 |
| Binary | 11010111 | 1101010 | 1000010 | 0 | 110011 | 1000101 | 10000 | 10000 | 1000001 | 110111 |
Color Harmonies of #D76A42
Complementary color
Monochromatic Colors of #D76A42
Black with #D76A42
Text Example
Text Example
White with #D76A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76A42; }
p { color: rgb(215,106,66); }
H1.HeaderClassName
{
color: #D76A42;
}
.AnyTagClassName
{
color: #D76A42;
}
</style>
background-color css
<style>
a { background-color: #D76A42; }
a { background-color: rgb(215,106,66); }
div.DivClassName
{
background-color: #D76A42;
}
.BgClassName
{
background-color: #D76A42;
}
</style>
border-color css
<style>
span { border-color: #D76A42; }
span { border-color: rgb(215,106,66); }
td.TdClassName
{
border-color: #D76A42;
}
.TagClassName
{
border-color: #D76A42;
}
</style>