Shades of Sorbus #D3693B
Tints of Sorbus #D3693B
RGB
CMYK
RGB Variations
Color information
#D3693B (or 0xD3693B) is known color: Sorbus. HEX triplet: D3, 69 and 3B. RGB value is (211,105,59). Sum of RGB (Red+Green+Blue) = 211+105+59=375 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.27% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 211 - color contains mainly: red. Hex color #D3693B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3693B is #2C96C4. Grayscale: #838383. Windows color (decimal): -2922181 or 3893715. OLE color: 3893715.
HSL color Cylindrical-coordinate representation of color #D3693B: hue angle of 18.16º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D3693B is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 59 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.17 |
| HSL | 18.16º | 0.63% | 0.53% | - |
| HSV(B) | 18.16º | 0.72% | 0.83% | - |
| XYZ | 32.7 | 24.27 | 7.1 | - |
| YUV | 131.45 | 87.12 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 59 | 0 | 0.50 | 0.72 | 0.17 | 18.16 | 0.63 | 0.53 |
| Hex | D3 | 69 | 3B | 0 | 32 | 48 | 11 | 12 | 3F | 35 |
| Octal | 323 | 151 | 73 | 0 | 62 | 110 | 21 | 22 | 77 | 65 |
| Binary | 11010011 | 1101001 | 111011 | 0 | 110010 | 1001000 | 10001 | 10010 | 111111 | 110101 |
Color Harmonies of #D3693B
Complementary color
Monochromatic Colors of #D3693B
Black with #D3693B
Text Example
Text Example
White with #D3693B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3693B; }
p { color: rgb(211,105,59); }
H1.HeaderClassName
{
color: #D3693B;
}
.AnyTagClassName
{
color: #D3693B;
}
</style>
background-color css
<style>
a { background-color: #D3693B; }
a { background-color: rgb(211,105,59); }
div.DivClassName
{
background-color: #D3693B;
}
.BgClassName
{
background-color: #D3693B;
}
</style>
border-color css
<style>
span { border-color: #D3693B; }
span { border-color: rgb(211,105,59); }
td.TdClassName
{
border-color: #D3693B;
}
.TagClassName
{
border-color: #D3693B;
}
</style>