Shades of Sorbus #D3693F
Tints of Sorbus #D3693F
RGB
CMYK
RGB Variations
Color information
#D3693F (or 0xD3693F) is known color: Sorbus. HEX triplet: D3, 69 and 3F. RGB value is (211,105,63). Sum of RGB (Red+Green+Blue) = 211+105+63=379 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.67% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 211 - color contains mainly: red. Hex color #D3693F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3693F is #2C96C0. Grayscale: #848484. Windows color (decimal): -2922177 or 4155859. OLE color: 4155859.
HSL color Cylindrical-coordinate representation of color #D3693F: hue angle of 17.03º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3693F is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 63 | - |
| CMYK | 0 | 0.50 | 0.70 | 0.17 |
| HSL | 17.03º | 0.63% | 0.54% | - |
| HSV(B) | 17.03º | 0.7% | 0.83% | - |
| XYZ | 32.81 | 24.31 | 7.67 | - |
| YUV | 131.91 | 89.12 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 63 | 0 | 0.50 | 0.70 | 0.17 | 17.03 | 0.63 | 0.54 |
| Hex | D3 | 69 | 3F | 0 | 32 | 46 | 11 | 11 | 3F | 36 |
| Octal | 323 | 151 | 77 | 0 | 62 | 106 | 21 | 21 | 77 | 66 |
| Binary | 11010011 | 1101001 | 111111 | 0 | 110010 | 1000110 | 10001 | 10001 | 111111 | 110110 |
Color Harmonies of #D3693F
Complementary color
Monochromatic Colors of #D3693F
Black with #D3693F
Text Example
Text Example
White with #D3693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3693F; }
p { color: rgb(211,105,63); }
H1.HeaderClassName
{
color: #D3693F;
}
.AnyTagClassName
{
color: #D3693F;
}
</style>
background-color css
<style>
a { background-color: #D3693F; }
a { background-color: rgb(211,105,63); }
div.DivClassName
{
background-color: #D3693F;
}
.BgClassName
{
background-color: #D3693F;
}
</style>
border-color css
<style>
span { border-color: #D3693F; }
span { border-color: rgb(211,105,63); }
td.TdClassName
{
border-color: #D3693F;
}
.TagClassName
{
border-color: #D3693F;
}
</style>