Shades of Raw Sienna #D6763F
Tints of Raw Sienna #D6763F
RGB
CMYK
RGB Variations
Color information
#D6763F (or 0xD6763F) is known color: Raw Sienna. HEX triplet: D6, 76 and 3F. RGB value is (214,118,63). Sum of RGB (Red+Green+Blue) = 214+118+63=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D6763F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6763F is #2989C0. Grayscale: #8C8C8C. Windows color (decimal): -2722241 or 4159190. OLE color: 4159190.
HSL color Cylindrical-coordinate representation of color #D6763F: hue angle of 21.85º 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 #D6763F is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 118 | 63 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.16 |
| HSL | 21.85º | 0.65% | 0.54% | - |
| HSV(B) | 21.85º | 0.71% | 0.84% | - |
| XYZ | 35.11 | 27.61 | 8.18 | - |
| YUV | 140.43 | 84.3 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 118 | 63 | 0 | 0.45 | 0.71 | 0.16 | 21.85 | 0.65 | 0.54 |
| Hex | D6 | 76 | 3F | 0 | 2D | 47 | 10 | 16 | 41 | 36 |
| Octal | 326 | 166 | 77 | 0 | 55 | 107 | 20 | 26 | 101 | 66 |
| Binary | 11010110 | 1110110 | 111111 | 0 | 101101 | 1000111 | 10000 | 10110 | 1000001 | 110110 |
Color Harmonies of #D6763F
Complementary color
Monochromatic Colors of #D6763F
Black with #D6763F
Text Example
Text Example
White with #D6763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6763F; }
p { color: rgb(214,118,63); }
H1.HeaderClassName
{
color: #D6763F;
}
.AnyTagClassName
{
color: #D6763F;
}
</style>
background-color css
<style>
a { background-color: #D6763F; }
a { background-color: rgb(214,118,63); }
div.DivClassName
{
background-color: #D6763F;
}
.BgClassName
{
background-color: #D6763F;
}
</style>
border-color css
<style>
span { border-color: #D6763F; }
span { border-color: rgb(214,118,63); }
td.TdClassName
{
border-color: #D6763F;
}
.TagClassName
{
border-color: #D6763F;
}
</style>