Shades of Sorbus #D6663F
Tints of Sorbus #D6663F
RGB
CMYK
RGB Variations
Color information
#D6663F (or 0xD6663F) is known color: Sorbus. HEX triplet: D6, 66 and 3F. RGB value is (214,102,63). Sum of RGB (Red+Green+Blue) = 214+102+63=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D6663F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6663F is #2999C0. Grayscale: #838383. Windows color (decimal): -2726337 or 4155094. OLE color: 4155094.
HSL color Cylindrical-coordinate representation of color #D6663F: hue angle of 15.5º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6663F is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 63 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.16 |
| HSL | 15.5º | 0.65% | 0.54% | - |
| HSV(B) | 15.5º | 0.71% | 0.84% | - |
| XYZ | 33.38 | 24.16 | 7.61 | - |
| YUV | 131.04 | 89.61 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 63 | 0 | 0.52 | 0.71 | 0.16 | 15.5 | 0.65 | 0.54 |
| Hex | D6 | 66 | 3F | 0 | 34 | 47 | 10 | F | 41 | 36 |
| Octal | 326 | 146 | 77 | 0 | 64 | 107 | 20 | 17 | 101 | 66 |
| Binary | 11010110 | 1100110 | 111111 | 0 | 110100 | 1000111 | 10000 | 1111 | 1000001 | 110110 |
Color Harmonies of #D6663F
Complementary color
Monochromatic Colors of #D6663F
Black with #D6663F
Text Example
Text Example
White with #D6663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6663F; }
p { color: rgb(214,102,63); }
H1.HeaderClassName
{
color: #D6663F;
}
.AnyTagClassName
{
color: #D6663F;
}
</style>
background-color css
<style>
a { background-color: #D6663F; }
a { background-color: rgb(214,102,63); }
div.DivClassName
{
background-color: #D6663F;
}
.BgClassName
{
background-color: #D6663F;
}
</style>
border-color css
<style>
span { border-color: #D6663F; }
span { border-color: rgb(214,102,63); }
td.TdClassName
{
border-color: #D6663F;
}
.TagClassName
{
border-color: #D6663F;
}
</style>