Shades of Burnt Sienna #E6764F
Tints of Burnt Sienna #E6764F
RGB
CMYK
RGB Variations
Color information
#E6764F (or 0xE6764F) is known color: Burnt Sienna. HEX triplet: E6, 76 and 4F. RGB value is (230,118,79). Sum of RGB (Red+Green+Blue) = 230+118+79=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E6764F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6764F is #1989B0. Grayscale: #939393. Windows color (decimal): -1673649 or 5207782. OLE color: 5207782.
HSL color Cylindrical-coordinate representation of color #E6764F: hue angle of 15.5º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6764F is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 118 | 79 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.10 |
| HSL | 15.5º | 0.75% | 0.61% | - |
| HSV(B) | 15.5º | 0.66% | 0.9% | - |
| XYZ | 40.52 | 30.34 | 11.12 | - |
| YUV | 147.04 | 89.61 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 118 | 79 | 0 | 0.49 | 0.66 | 0.10 | 15.5 | 0.75 | 0.61 |
| Hex | E6 | 76 | 4F | 0 | 31 | 42 | A | F | 4B | 3D |
| Octal | 346 | 166 | 117 | 0 | 61 | 102 | 12 | 17 | 113 | 75 |
| Binary | 11100110 | 1110110 | 1001111 | 0 | 110001 | 1000010 | 1010 | 1111 | 1001011 | 111101 |
Color Harmonies of #E6764F
Complementary color
Monochromatic Colors of #E6764F
Black with #E6764F
Text Example
Text Example
White with #E6764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6764F; }
p { color: rgb(230,118,79); }
H1.HeaderClassName
{
color: #E6764F;
}
.AnyTagClassName
{
color: #E6764F;
}
</style>
background-color css
<style>
a { background-color: #E6764F; }
a { background-color: rgb(230,118,79); }
div.DivClassName
{
background-color: #E6764F;
}
.BgClassName
{
background-color: #E6764F;
}
</style>
border-color css
<style>
span { border-color: #E6764F; }
span { border-color: rgb(230,118,79); }
td.TdClassName
{
border-color: #E6764F;
}
.TagClassName
{
border-color: #E6764F;
}
</style>