Shades of Raw Sienna #D68346
Tints of Raw Sienna #D68346
RGB
CMYK
RGB Variations
Color information
#D68346 (or 0xD68346) is known color: Raw Sienna. HEX triplet: D6, 83 and 46. RGB value is (214,131,70). Sum of RGB (Red+Green+Blue) = 214+131+70=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 70 (27.73% from 255 or 16.87% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D68346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68346 is #297CB9. Grayscale: #959595. Windows color (decimal): -2718906 or 4621270. OLE color: 4621270.
HSL color Cylindrical-coordinate representation of color #D68346: hue angle of 25.42º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D68346 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 131 | 70 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.16 |
| HSL | 25.42º | 0.64% | 0.56% | - |
| HSV(B) | 25.42º | 0.67% | 0.84% | - |
| XYZ | 36.95 | 30.97 | 9.82 | - |
| YUV | 148.86 | 83.5 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 131 | 70 | 0 | 0.39 | 0.67 | 0.16 | 25.42 | 0.64 | 0.56 |
| Hex | D6 | 83 | 46 | 0 | 27 | 43 | 10 | 19 | 40 | 38 |
| Octal | 326 | 203 | 106 | 0 | 47 | 103 | 20 | 31 | 100 | 70 |
| Binary | 11010110 | 10000011 | 1000110 | 0 | 100111 | 1000011 | 10000 | 11001 | 1000000 | 111000 |
Color Harmonies of #D68346
Complementary color
Monochromatic Colors of #D68346
Black with #D68346
Text Example
Text Example
White with #D68346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68346; }
p { color: rgb(214,131,70); }
H1.HeaderClassName
{
color: #D68346;
}
.AnyTagClassName
{
color: #D68346;
}
</style>
background-color css
<style>
a { background-color: #D68346; }
a { background-color: rgb(214,131,70); }
div.DivClassName
{
background-color: #D68346;
}
.BgClassName
{
background-color: #D68346;
}
</style>
border-color css
<style>
span { border-color: #D68346; }
span { border-color: rgb(214,131,70); }
td.TdClassName
{
border-color: #D68346;
}
.TagClassName
{
border-color: #D68346;
}
</style>