Shades of Sorbus #D76843
Tints of Sorbus #D76843
RGB
CMYK
RGB Variations
Color information
#D76843 (or 0xD76843) is known color: Sorbus. HEX triplet: D7, 68 and 43. RGB value is (215,104,67). Sum of RGB (Red+Green+Blue) = 215+104+67=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 67 (26.56% from 255 or 17.36% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D76843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76843 is #2897BC. Grayscale: #858585. Windows color (decimal): -2660285 or 4417751. OLE color: 4417751.
HSL color Cylindrical-coordinate representation of color #D76843: hue angle of 15º 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 #D76843 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 104 | 67 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.16 |
| HSL | 15º | 0.65% | 0.55% | - |
| HSV(B) | 15º | 0.69% | 0.84% | - |
| XYZ | 33.99 | 24.75 | 8.3 | - |
| YUV | 132.97 | 90.77 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 67 | 0 | 0.52 | 0.69 | 0.16 | 15 | 0.65 | 0.55 |
| Hex | D7 | 68 | 43 | 0 | 34 | 45 | 10 | F | 41 | 37 |
| Octal | 327 | 150 | 103 | 0 | 64 | 105 | 20 | 17 | 101 | 67 |
| Binary | 11010111 | 1101000 | 1000011 | 0 | 110100 | 1000101 | 10000 | 1111 | 1000001 | 110111 |
Color Harmonies of #D76843
Complementary color
Monochromatic Colors of #D76843
Black with #D76843
Text Example
Text Example
White with #D76843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76843; }
p { color: rgb(215,104,67); }
H1.HeaderClassName
{
color: #D76843;
}
.AnyTagClassName
{
color: #D76843;
}
</style>
background-color css
<style>
a { background-color: #D76843; }
a { background-color: rgb(215,104,67); }
div.DivClassName
{
background-color: #D76843;
}
.BgClassName
{
background-color: #D76843;
}
</style>
border-color css
<style>
span { border-color: #D76843; }
span { border-color: rgb(215,104,67); }
td.TdClassName
{
border-color: #D76843;
}
.TagClassName
{
border-color: #D76843;
}
</style>