Shades of Smoke Tree #C0673B
Tints of Smoke Tree #C0673B
RGB
CMYK
RGB Variations
Color information
#C0673B (or 0xC0673B) is known color: Smoke Tree. HEX triplet: C0, 67 and 3B. RGB value is (192,103,59). Sum of RGB (Red+Green+Blue) = 192+103+59=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0673B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0673B is #3F98C4. Grayscale: #7C7C7C. Windows color (decimal): -4167877 or 3893184. OLE color: 3893184.
HSL color Cylindrical-coordinate representation of color #C0673B: hue angle of 19.85º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0673B is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 59 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.25 |
| HSL | 19.85º | 0.53% | 0.49% | - |
| HSV(B) | 19.85º | 0.69% | 0.75% | - |
| XYZ | 27.38 | 21.22 | 6.79 | - |
| YUV | 124.6 | 90.99 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 59 | 0 | 0.46 | 0.69 | 0.25 | 19.85 | 0.53 | 0.49 |
| Hex | C0 | 67 | 3B | 0 | 2E | 45 | 19 | 14 | 35 | 31 |
| Octal | 300 | 147 | 73 | 0 | 56 | 105 | 31 | 24 | 65 | 61 |
| Binary | 11000000 | 1100111 | 111011 | 0 | 101110 | 1000101 | 11001 | 10100 | 110101 | 110001 |
Color Harmonies of #C0673B
Complementary color
Monochromatic Colors of #C0673B
Black with #C0673B
Text Example
Text Example
White with #C0673B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0673B; }
p { color: rgb(192,103,59); }
H1.HeaderClassName
{
color: #C0673B;
}
.AnyTagClassName
{
color: #C0673B;
}
</style>
background-color css
<style>
a { background-color: #C0673B; }
a { background-color: rgb(192,103,59); }
div.DivClassName
{
background-color: #C0673B;
}
.BgClassName
{
background-color: #C0673B;
}
</style>
border-color css
<style>
span { border-color: #C0673B; }
span { border-color: rgb(192,103,59); }
td.TdClassName
{
border-color: #C0673B;
}
.TagClassName
{
border-color: #C0673B;
}
</style>