Shades of Raw Sienna #D6754A
Tints of Raw Sienna #D6754A
RGB
CMYK
RGB Variations
Color information
#D6754A (or 0xD6754A) is known color: Raw Sienna. HEX triplet: D6, 75 and 4A. RGB value is (214,117,74). Sum of RGB (Red+Green+Blue) = 214+117+74=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6754A is #298AB5. Grayscale: #8D8D8D. Windows color (decimal): -2722486 or 4879830. OLE color: 4879830.
HSL color Cylindrical-coordinate representation of color #D6754A: hue angle of 18.43º 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 #D6754A is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 74 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.16 |
| HSL | 18.43º | 0.63% | 0.56% | - |
| HSV(B) | 18.43º | 0.65% | 0.84% | - |
| XYZ | 35.33 | 27.51 | 9.93 | - |
| YUV | 141.1 | 90.14 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 74 | 0 | 0.45 | 0.65 | 0.16 | 18.43 | 0.63 | 0.56 |
| Hex | D6 | 75 | 4A | 0 | 2D | 41 | 10 | 12 | 3F | 38 |
| Octal | 326 | 165 | 112 | 0 | 55 | 101 | 20 | 22 | 77 | 70 |
| Binary | 11010110 | 1110101 | 1001010 | 0 | 101101 | 1000001 | 10000 | 10010 | 111111 | 111000 |
Color Harmonies of #D6754A
Complementary color
Monochromatic Colors of #D6754A
Black with #D6754A
Text Example
Text Example
White with #D6754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6754A; }
p { color: rgb(214,117,74); }
H1.HeaderClassName
{
color: #D6754A;
}
.AnyTagClassName
{
color: #D6754A;
}
</style>
background-color css
<style>
a { background-color: #D6754A; }
a { background-color: rgb(214,117,74); }
div.DivClassName
{
background-color: #D6754A;
}
.BgClassName
{
background-color: #D6754A;
}
</style>
border-color css
<style>
span { border-color: #D6754A; }
span { border-color: rgb(214,117,74); }
td.TdClassName
{
border-color: #D6754A;
}
.TagClassName
{
border-color: #D6754A;
}
</style>