Shades of Raw Sienna #D68145
Tints of Raw Sienna #D68145
RGB
CMYK
RGB Variations
Color information
#D68145 (or 0xD68145) is known color: Raw Sienna. HEX triplet: D6, 81 and 45. RGB value is (214,129,69). Sum of RGB (Red+Green+Blue) = 214+129+69=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 69 (27.34% from 255 or 16.75% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D68145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68145 is #297EBA. Grayscale: #939393. Windows color (decimal): -2719419 or 4555222. OLE color: 4555222.
HSL color Cylindrical-coordinate representation of color #D68145: hue angle of 24.83º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D68145 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 69 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.16 |
| HSL | 24.83º | 0.64% | 0.55% | - |
| HSV(B) | 24.83º | 0.68% | 0.84% | - |
| XYZ | 36.66 | 30.43 | 9.57 | - |
| YUV | 147.58 | 83.66 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 69 | 0 | 0.40 | 0.68 | 0.16 | 24.83 | 0.64 | 0.55 |
| Hex | D6 | 81 | 45 | 0 | 28 | 44 | 10 | 19 | 40 | 37 |
| Octal | 326 | 201 | 105 | 0 | 50 | 104 | 20 | 31 | 100 | 67 |
| Binary | 11010110 | 10000001 | 1000101 | 0 | 101000 | 1000100 | 10000 | 11001 | 1000000 | 110111 |
Color Harmonies of #D68145
Complementary color
Monochromatic Colors of #D68145
Black with #D68145
Text Example
Text Example
White with #D68145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68145; }
p { color: rgb(214,129,69); }
H1.HeaderClassName
{
color: #D68145;
}
.AnyTagClassName
{
color: #D68145;
}
</style>
background-color css
<style>
a { background-color: #D68145; }
a { background-color: rgb(214,129,69); }
div.DivClassName
{
background-color: #D68145;
}
.BgClassName
{
background-color: #D68145;
}
</style>
border-color css
<style>
span { border-color: #D68145; }
span { border-color: rgb(214,129,69); }
td.TdClassName
{
border-color: #D68145;
}
.TagClassName
{
border-color: #D68145;
}
</style>