Shades of Raw Sienna #D68442
Tints of Raw Sienna #D68442
RGB
CMYK
RGB Variations
Color information
#D68442 (or 0xD68442) is known color: Raw Sienna. HEX triplet: D6, 84 and 42. RGB value is (214,132,66). Sum of RGB (Red+Green+Blue) = 214+132+66=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D68442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68442 is #297BBD. Grayscale: #959595. Windows color (decimal): -2718654 or 4359382. OLE color: 4359382.
HSL color Cylindrical-coordinate representation of color #D68442: hue angle of 26.76º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D68442 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 66 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.16 |
| HSL | 26.76º | 0.64% | 0.55% | - |
| HSV(B) | 26.76º | 0.69% | 0.84% | - |
| XYZ | 36.97 | 31.19 | 9.23 | - |
| YUV | 148.99 | 81.17 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 66 | 0 | 0.38 | 0.69 | 0.16 | 26.76 | 0.64 | 0.55 |
| Hex | D6 | 84 | 42 | 0 | 26 | 45 | 10 | 1B | 40 | 37 |
| Octal | 326 | 204 | 102 | 0 | 46 | 105 | 20 | 33 | 100 | 67 |
| Binary | 11010110 | 10000100 | 1000010 | 0 | 100110 | 1000101 | 10000 | 11011 | 1000000 | 110111 |
Color Harmonies of #D68442
Complementary color
Monochromatic Colors of #D68442
Black with #D68442
Text Example
Text Example
White with #D68442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68442; }
p { color: rgb(214,132,66); }
H1.HeaderClassName
{
color: #D68442;
}
.AnyTagClassName
{
color: #D68442;
}
</style>
background-color css
<style>
a { background-color: #D68442; }
a { background-color: rgb(214,132,66); }
div.DivClassName
{
background-color: #D68442;
}
.BgClassName
{
background-color: #D68442;
}
</style>
border-color css
<style>
span { border-color: #D68442; }
span { border-color: rgb(214,132,66); }
td.TdClassName
{
border-color: #D68442;
}
.TagClassName
{
border-color: #D68442;
}
</style>