Shades of Raw Sienna #D6824B
Tints of Raw Sienna #D6824B
RGB
CMYK
RGB Variations
Color information
#D6824B (or 0xD6824B) is known color: Raw Sienna. HEX triplet: D6, 82 and 4B. RGB value is (214,130,75). Sum of RGB (Red+Green+Blue) = 214+130+75=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D6824B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6824B is #297DB4. Grayscale: #959595. Windows color (decimal): -2719157 or 4948694. OLE color: 4948694.
HSL color Cylindrical-coordinate representation of color #D6824B: hue angle of 23.74º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6824B is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 75 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.16 |
| HSL | 23.74º | 0.63% | 0.57% | - |
| HSV(B) | 23.74º | 0.65% | 0.84% | - |
| XYZ | 36.98 | 30.77 | 10.65 | - |
| YUV | 148.85 | 86.33 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 75 | 0 | 0.39 | 0.65 | 0.16 | 23.74 | 0.63 | 0.57 |
| Hex | D6 | 82 | 4B | 0 | 27 | 41 | 10 | 18 | 3F | 39 |
| Octal | 326 | 202 | 113 | 0 | 47 | 101 | 20 | 30 | 77 | 71 |
| Binary | 11010110 | 10000010 | 1001011 | 0 | 100111 | 1000001 | 10000 | 11000 | 111111 | 111001 |
Color Harmonies of #D6824B
Complementary color
Monochromatic Colors of #D6824B
Black with #D6824B
Text Example
Text Example
White with #D6824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6824B; }
p { color: rgb(214,130,75); }
H1.HeaderClassName
{
color: #D6824B;
}
.AnyTagClassName
{
color: #D6824B;
}
</style>
background-color css
<style>
a { background-color: #D6824B; }
a { background-color: rgb(214,130,75); }
div.DivClassName
{
background-color: #D6824B;
}
.BgClassName
{
background-color: #D6824B;
}
</style>
border-color css
<style>
span { border-color: #D6824B; }
span { border-color: rgb(214,130,75); }
td.TdClassName
{
border-color: #D6824B;
}
.TagClassName
{
border-color: #D6824B;
}
</style>