Shades of Raw Sienna #D68848
Tints of Raw Sienna #D68848
RGB
CMYK
RGB Variations
Color information
#D68848 (or 0xD68848) is known color: Raw Sienna. HEX triplet: D6, 88 and 48. RGB value is (214,136,72). Sum of RGB (Red+Green+Blue) = 214+136+72=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D68848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68848 is #2977B7. Grayscale: #989898. Windows color (decimal): -2717624 or 4753622. OLE color: 4753622.
HSL color Cylindrical-coordinate representation of color #D68848: hue angle of 27.04º 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 #D68848 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 72 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.16 |
| HSL | 27.04º | 0.63% | 0.56% | - |
| HSV(B) | 27.04º | 0.66% | 0.84% | - |
| XYZ | 37.71 | 32.37 | 10.39 | - |
| YUV | 152.03 | 82.84 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 72 | 0 | 0.36 | 0.66 | 0.16 | 27.04 | 0.63 | 0.56 |
| Hex | D6 | 88 | 48 | 0 | 24 | 42 | 10 | 1B | 3F | 38 |
| Octal | 326 | 210 | 110 | 0 | 44 | 102 | 20 | 33 | 77 | 70 |
| Binary | 11010110 | 10001000 | 1001000 | 0 | 100100 | 1000010 | 10000 | 11011 | 111111 | 111000 |
Color Harmonies of #D68848
Complementary color
Monochromatic Colors of #D68848
Black with #D68848
Text Example
Text Example
White with #D68848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68848; }
p { color: rgb(214,136,72); }
H1.HeaderClassName
{
color: #D68848;
}
.AnyTagClassName
{
color: #D68848;
}
</style>
background-color css
<style>
a { background-color: #D68848; }
a { background-color: rgb(214,136,72); }
div.DivClassName
{
background-color: #D68848;
}
.BgClassName
{
background-color: #D68848;
}
</style>
border-color css
<style>
span { border-color: #D68848; }
span { border-color: rgb(214,136,72); }
td.TdClassName
{
border-color: #D68848;
}
.TagClassName
{
border-color: #D68848;
}
</style>