Shades of Raw Sienna #D68646
Tints of Raw Sienna #D68646
RGB
CMYK
RGB Variations
Color information
#D68646 (or 0xD68646) is known color: Raw Sienna. HEX triplet: D6, 86 and 46. RGB value is (214,134,70). Sum of RGB (Red+Green+Blue) = 214+134+70=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D68646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68646 is #2979B9. Grayscale: #969696. Windows color (decimal): -2718138 or 4622038. OLE color: 4622038.
HSL color Cylindrical-coordinate representation of color #D68646: hue angle of 26.67º 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 #D68646 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 134 | 70 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.16 |
| HSL | 26.67º | 0.64% | 0.56% | - |
| HSV(B) | 26.67º | 0.67% | 0.84% | - |
| XYZ | 37.36 | 31.79 | 9.96 | - |
| YUV | 150.62 | 82.5 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 134 | 70 | 0 | 0.37 | 0.67 | 0.16 | 26.67 | 0.64 | 0.56 |
| Hex | D6 | 86 | 46 | 0 | 25 | 43 | 10 | 1B | 40 | 38 |
| Octal | 326 | 206 | 106 | 0 | 45 | 103 | 20 | 33 | 100 | 70 |
| Binary | 11010110 | 10000110 | 1000110 | 0 | 100101 | 1000011 | 10000 | 11011 | 1000000 | 111000 |
Color Harmonies of #D68646
Complementary color
Monochromatic Colors of #D68646
Black with #D68646
Text Example
Text Example
White with #D68646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68646; }
p { color: rgb(214,134,70); }
H1.HeaderClassName
{
color: #D68646;
}
.AnyTagClassName
{
color: #D68646;
}
</style>
background-color css
<style>
a { background-color: #D68646; }
a { background-color: rgb(214,134,70); }
div.DivClassName
{
background-color: #D68646;
}
.BgClassName
{
background-color: #D68646;
}
</style>
border-color css
<style>
span { border-color: #D68646; }
span { border-color: rgb(214,134,70); }
td.TdClassName
{
border-color: #D68646;
}
.TagClassName
{
border-color: #D68646;
}
</style>