Shades of Raw Sienna #D6864A
Tints of Raw Sienna #D6864A
RGB
CMYK
RGB Variations
Color information
#D6864A (or 0xD6864A) is known color: Raw Sienna. HEX triplet: D6, 86 and 4A. RGB value is (214,134,74). Sum of RGB (Red+Green+Blue) = 214+134+74=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6864A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6864A is #2979B5. Grayscale: #979797. Windows color (decimal): -2718134 or 4884182. OLE color: 4884182.
HSL color Cylindrical-coordinate representation of color #D6864A: hue angle of 25.71º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6864A is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 134 | 74 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.16 |
| HSL | 25.71º | 0.63% | 0.56% | - |
| HSV(B) | 25.71º | 0.65% | 0.84% | - |
| XYZ | 37.49 | 31.84 | 10.65 | - |
| YUV | 151.08 | 84.5 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 134 | 74 | 0 | 0.37 | 0.65 | 0.16 | 25.71 | 0.63 | 0.56 |
| Hex | D6 | 86 | 4A | 0 | 25 | 41 | 10 | 1A | 3F | 38 |
| Octal | 326 | 206 | 112 | 0 | 45 | 101 | 20 | 32 | 77 | 70 |
| Binary | 11010110 | 10000110 | 1001010 | 0 | 100101 | 1000001 | 10000 | 11010 | 111111 | 111000 |
Color Harmonies of #D6864A
Complementary color
Monochromatic Colors of #D6864A
Black with #D6864A
Text Example
Text Example
White with #D6864A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6864A; }
p { color: rgb(214,134,74); }
H1.HeaderClassName
{
color: #D6864A;
}
.AnyTagClassName
{
color: #D6864A;
}
</style>
background-color css
<style>
a { background-color: #D6864A; }
a { background-color: rgb(214,134,74); }
div.DivClassName
{
background-color: #D6864A;
}
.BgClassName
{
background-color: #D6864A;
}
</style>
border-color css
<style>
span { border-color: #D6864A; }
span { border-color: rgb(214,134,74); }
td.TdClassName
{
border-color: #D6864A;
}
.TagClassName
{
border-color: #D6864A;
}
</style>