Shades of Raw Sienna #D68949
Tints of Raw Sienna #D68949
RGB
CMYK
RGB Variations
Color information
#D68949 (or 0xD68949) is known color: Raw Sienna. HEX triplet: D6, 89 and 49. RGB value is (214,137,73). Sum of RGB (Red+Green+Blue) = 214+137+73=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D68949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68949 is #2976B6. Grayscale: #999999. Windows color (decimal): -2717367 or 4819414. OLE color: 4819414.
HSL color Cylindrical-coordinate representation of color #D68949: hue angle of 27.23º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D68949 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 137 | 73 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.16 |
| HSL | 27.23º | 0.63% | 0.56% | - |
| HSV(B) | 27.23º | 0.66% | 0.84% | - |
| XYZ | 37.88 | 32.67 | 10.61 | - |
| YUV | 152.73 | 83.01 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 73 | 0 | 0.36 | 0.66 | 0.16 | 27.23 | 0.63 | 0.56 |
| Hex | D6 | 89 | 49 | 0 | 24 | 42 | 10 | 1B | 3F | 38 |
| Octal | 326 | 211 | 111 | 0 | 44 | 102 | 20 | 33 | 77 | 70 |
| Binary | 11010110 | 10001001 | 1001001 | 0 | 100100 | 1000010 | 10000 | 11011 | 111111 | 111000 |
Color Harmonies of #D68949
Complementary color
Monochromatic Colors of #D68949
Black with #D68949
Text Example
Text Example
White with #D68949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68949; }
p { color: rgb(214,137,73); }
H1.HeaderClassName
{
color: #D68949;
}
.AnyTagClassName
{
color: #D68949;
}
</style>
background-color css
<style>
a { background-color: #D68949; }
a { background-color: rgb(214,137,73); }
div.DivClassName
{
background-color: #D68949;
}
.BgClassName
{
background-color: #D68949;
}
</style>
border-color css
<style>
span { border-color: #D68949; }
span { border-color: rgb(214,137,73); }
td.TdClassName
{
border-color: #D68949;
}
.TagClassName
{
border-color: #D68949;
}
</style>