Shades of Smoke Tree #B6602E
Tints of Smoke Tree #B6602E
RGB
CMYK
RGB Variations
Color information
#B6602E (or 0xB6602E) is known color: Smoke Tree. HEX triplet: B6, 60 and 2E. RGB value is (182,96,46). Sum of RGB (Red+Green+Blue) = 182+96+46=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B6602E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6602E is #499FD1. Grayscale: #747474. Windows color (decimal): -4825042 or 3039414. OLE color: 3039414.
HSL color Cylindrical-coordinate representation of color #B6602E: hue angle of 22.06º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B6602E is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 96 | 46 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.29 |
| HSL | 22.06º | 0.6% | 0.45% | - |
| HSV(B) | 22.06º | 0.75% | 0.71% | - |
| XYZ | 23.97 | 18.51 | 4.89 | - |
| YUV | 116.01 | 88.49 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 96 | 46 | 0 | 0.47 | 0.75 | 0.29 | 22.06 | 0.6 | 0.45 |
| Hex | B6 | 60 | 2E | 0 | 2F | 4B | 1D | 16 | 3C | 2D |
| Octal | 266 | 140 | 56 | 0 | 57 | 113 | 35 | 26 | 74 | 55 |
| Binary | 10110110 | 1100000 | 101110 | 0 | 101111 | 1001011 | 11101 | 10110 | 111100 | 101101 |
Color Harmonies of #B6602E
Complementary color
Monochromatic Colors of #B6602E
Black with #B6602E
Text Example
Text Example
White with #B6602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6602E; }
p { color: rgb(182,96,46); }
H1.HeaderClassName
{
color: #B6602E;
}
.AnyTagClassName
{
color: #B6602E;
}
</style>
background-color css
<style>
a { background-color: #B6602E; }
a { background-color: rgb(182,96,46); }
div.DivClassName
{
background-color: #B6602E;
}
.BgClassName
{
background-color: #B6602E;
}
</style>
border-color css
<style>
span { border-color: #B6602E; }
span { border-color: rgb(182,96,46); }
td.TdClassName
{
border-color: #B6602E;
}
.TagClassName
{
border-color: #B6602E;
}
</style>