Shades of Raw Sienna #D6854C
Tints of Raw Sienna #D6854C
RGB
CMYK
RGB Variations
Color information
#D6854C (or 0xD6854C) is known color: Raw Sienna. HEX triplet: D6, 85 and 4C. RGB value is (214,133,76). Sum of RGB (Red+Green+Blue) = 214+133+76=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6854C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6854C is #297AB3. Grayscale: #979797. Windows color (decimal): -2718388 or 5014998. OLE color: 5014998.
HSL color Cylindrical-coordinate representation of color #D6854C: hue angle of 24.78º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6854C is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 76 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.16 |
| HSL | 24.78º | 0.63% | 0.57% | - |
| HSV(B) | 24.78º | 0.64% | 0.84% | - |
| XYZ | 37.42 | 31.59 | 10.96 | - |
| YUV | 150.72 | 85.84 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 76 | 0 | 0.38 | 0.64 | 0.16 | 24.78 | 0.63 | 0.57 |
| Hex | D6 | 85 | 4C | 0 | 26 | 40 | 10 | 19 | 3F | 39 |
| Octal | 326 | 205 | 114 | 0 | 46 | 100 | 20 | 31 | 77 | 71 |
| Binary | 11010110 | 10000101 | 1001100 | 0 | 100110 | 1000000 | 10000 | 11001 | 111111 | 111001 |
Color Harmonies of #D6854C
Complementary color
Monochromatic Colors of #D6854C
Black with #D6854C
Text Example
Text Example
White with #D6854C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6854C; }
p { color: rgb(214,133,76); }
H1.HeaderClassName
{
color: #D6854C;
}
.AnyTagClassName
{
color: #D6854C;
}
</style>
background-color css
<style>
a { background-color: #D6854C; }
a { background-color: rgb(214,133,76); }
div.DivClassName
{
background-color: #D6854C;
}
.BgClassName
{
background-color: #D6854C;
}
</style>
border-color css
<style>
span { border-color: #D6854C; }
span { border-color: rgb(214,133,76); }
td.TdClassName
{
border-color: #D6854C;
}
.TagClassName
{
border-color: #D6854C;
}
</style>