Shades of Burnt Sienna #E6764B
Tints of Burnt Sienna #E6764B
RGB
CMYK
RGB Variations
Color information
#E6764B (or 0xE6764B) is known color: Burnt Sienna. HEX triplet: E6, 76 and 4B. RGB value is (230,118,75). Sum of RGB (Red+Green+Blue) = 230+118+75=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E6764B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6764B is #1989B4. Grayscale: #929292. Windows color (decimal): -1673653 or 4945638. OLE color: 4945638.
HSL color Cylindrical-coordinate representation of color #E6764B: hue angle of 16.65º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6764B is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 118 | 75 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.10 |
| HSL | 16.65º | 0.76% | 0.6% | - |
| HSV(B) | 16.65º | 0.67% | 0.9% | - |
| XYZ | 40.38 | 30.29 | 10.37 | - |
| YUV | 146.59 | 87.61 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 118 | 75 | 0 | 0.49 | 0.67 | 0.10 | 16.65 | 0.76 | 0.6 |
| Hex | E6 | 76 | 4B | 0 | 31 | 43 | A | 11 | 4C | 3C |
| Octal | 346 | 166 | 113 | 0 | 61 | 103 | 12 | 21 | 114 | 74 |
| Binary | 11100110 | 1110110 | 1001011 | 0 | 110001 | 1000011 | 1010 | 10001 | 1001100 | 111100 |
Color Harmonies of #E6764B
Complementary color
Monochromatic Colors of #E6764B
Black with #E6764B
Text Example
Text Example
White with #E6764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6764B; }
p { color: rgb(230,118,75); }
H1.HeaderClassName
{
color: #E6764B;
}
.AnyTagClassName
{
color: #E6764B;
}
</style>
background-color css
<style>
a { background-color: #E6764B; }
a { background-color: rgb(230,118,75); }
div.DivClassName
{
background-color: #E6764B;
}
.BgClassName
{
background-color: #E6764B;
}
</style>
border-color css
<style>
span { border-color: #E6764B; }
span { border-color: rgb(230,118,75); }
td.TdClassName
{
border-color: #E6764B;
}
.TagClassName
{
border-color: #E6764B;
}
</style>