Shades of Smoke Tree #C06436
Tints of Smoke Tree #C06436
RGB
CMYK
RGB Variations
Color information
#C06436 (or 0xC06436) is known color: Smoke Tree. HEX triplet: C0, 64 and 36. RGB value is (192,100,54). Sum of RGB (Red+Green+Blue) = 192+100+54=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C06436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06436 is #3F9BC9. Grayscale: #7A7A7A. Windows color (decimal): -4168650 or 3564736. OLE color: 3564736.
HSL color Cylindrical-coordinate representation of color #C06436: hue angle of 20º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C06436 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 100 | 54 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.25 |
| HSL | 20º | 0.56% | 0.48% | - |
| HSV(B) | 20º | 0.72% | 0.75% | - |
| XYZ | 26.96 | 20.59 | 6.04 | - |
| YUV | 122.26 | 89.48 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 54 | 0 | 0.48 | 0.72 | 0.25 | 20 | 0.56 | 0.48 |
| Hex | C0 | 64 | 36 | 0 | 30 | 48 | 19 | 14 | 38 | 30 |
| Octal | 300 | 144 | 66 | 0 | 60 | 110 | 31 | 24 | 70 | 60 |
| Binary | 11000000 | 1100100 | 110110 | 0 | 110000 | 1001000 | 11001 | 10100 | 111000 | 110000 |
Color Harmonies of #C06436
Complementary color
Monochromatic Colors of #C06436
Black with #C06436
Text Example
Text Example
White with #C06436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06436; }
p { color: rgb(192,100,54); }
H1.HeaderClassName
{
color: #C06436;
}
.AnyTagClassName
{
color: #C06436;
}
</style>
background-color css
<style>
a { background-color: #C06436; }
a { background-color: rgb(192,100,54); }
div.DivClassName
{
background-color: #C06436;
}
.BgClassName
{
background-color: #C06436;
}
</style>
border-color css
<style>
span { border-color: #C06436; }
span { border-color: rgb(192,100,54); }
td.TdClassName
{
border-color: #C06436;
}
.TagClassName
{
border-color: #C06436;
}
</style>