Shades of Sorbus #D7693D
Tints of Sorbus #D7693D
RGB
CMYK
RGB Variations
Color information
#D7693D (or 0xD7693D) is known color: Sorbus. HEX triplet: D7, 69 and 3D. RGB value is (215,105,61). Sum of RGB (Red+Green+Blue) = 215+105+61=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D7693D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7693D is #2896C2. Grayscale: #858585. Windows color (decimal): -2660035 or 4024791. OLE color: 4024791.
HSL color Cylindrical-coordinate representation of color #D7693D: hue angle of 17.14º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D7693D is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 105 | 61 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.16 |
| HSL | 17.14º | 0.66% | 0.54% | - |
| HSV(B) | 17.14º | 0.72% | 0.84% | - |
| XYZ | 33.92 | 24.89 | 7.43 | - |
| YUV | 132.87 | 87.44 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 105 | 61 | 0 | 0.51 | 0.72 | 0.16 | 17.14 | 0.66 | 0.54 |
| Hex | D7 | 69 | 3D | 0 | 33 | 48 | 10 | 11 | 42 | 36 |
| Octal | 327 | 151 | 75 | 0 | 63 | 110 | 20 | 21 | 102 | 66 |
| Binary | 11010111 | 1101001 | 111101 | 0 | 110011 | 1001000 | 10000 | 10001 | 1000010 | 110110 |
Color Harmonies of #D7693D
Complementary color
Monochromatic Colors of #D7693D
Black with #D7693D
Text Example
Text Example
White with #D7693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7693D; }
p { color: rgb(215,105,61); }
H1.HeaderClassName
{
color: #D7693D;
}
.AnyTagClassName
{
color: #D7693D;
}
</style>
background-color css
<style>
a { background-color: #D7693D; }
a { background-color: rgb(215,105,61); }
div.DivClassName
{
background-color: #D7693D;
}
.BgClassName
{
background-color: #D7693D;
}
</style>
border-color css
<style>
span { border-color: #D7693D; }
span { border-color: rgb(215,105,61); }
td.TdClassName
{
border-color: #D7693D;
}
.TagClassName
{
border-color: #D7693D;
}
</style>