Shades of Sorbus #D6693A
Tints of Sorbus #D6693A
RGB
CMYK
RGB Variations
Color information
#D6693A (or 0xD6693A) is known color: Sorbus. HEX triplet: D6, 69 and 3A. RGB value is (214,105,58). Sum of RGB (Red+Green+Blue) = 214+105+58=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D6693A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6693A is #2996C5. Grayscale: #848484. Windows color (decimal): -2725574 or 3828182. OLE color: 3828182.
HSL color Cylindrical-coordinate representation of color #D6693A: hue angle of 18.08º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6693A is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 58 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.16 |
| HSL | 18.08º | 0.66% | 0.53% | - |
| HSV(B) | 18.08º | 0.73% | 0.84% | - |
| XYZ | 33.55 | 24.7 | 7 | - |
| YUV | 132.23 | 86.11 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 58 | 0 | 0.51 | 0.73 | 0.16 | 18.08 | 0.66 | 0.53 |
| Hex | D6 | 69 | 3A | 0 | 33 | 49 | 10 | 12 | 42 | 35 |
| Octal | 326 | 151 | 72 | 0 | 63 | 111 | 20 | 22 | 102 | 65 |
| Binary | 11010110 | 1101001 | 111010 | 0 | 110011 | 1001001 | 10000 | 10010 | 1000010 | 110101 |
Color Harmonies of #D6693A
Complementary color
Monochromatic Colors of #D6693A
Black with #D6693A
Text Example
Text Example
White with #D6693A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6693A; }
p { color: rgb(214,105,58); }
H1.HeaderClassName
{
color: #D6693A;
}
.AnyTagClassName
{
color: #D6693A;
}
</style>
background-color css
<style>
a { background-color: #D6693A; }
a { background-color: rgb(214,105,58); }
div.DivClassName
{
background-color: #D6693A;
}
.BgClassName
{
background-color: #D6693A;
}
</style>
border-color css
<style>
span { border-color: #D6693A; }
span { border-color: rgb(214,105,58); }
td.TdClassName
{
border-color: #D6693A;
}
.TagClassName
{
border-color: #D6693A;
}
</style>