Shades of Meteor #C6742C
Tints of Meteor #C6742C
RGB
CMYK
RGB Variations
Color information
#C6742C (or 0xC6742C) is known color: Meteor. HEX triplet: C6, 74 and 2C. RGB value is (198,116,44). Sum of RGB (Red+Green+Blue) = 198+116+44=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C6742C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6742C is #398BD3. Grayscale: #848484. Windows color (decimal): -3771348 or 2913478. OLE color: 2913478.
HSL color Cylindrical-coordinate representation of color #C6742C: hue angle of 28.05º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6742C is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 44 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.22 |
| HSL | 28.05º | 0.64% | 0.47% | - |
| HSV(B) | 28.05º | 0.78% | 0.78% | - |
| XYZ | 29.99 | 24.68 | 5.57 | - |
| YUV | 132.31 | 78.17 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 44 | 0 | 0.41 | 0.78 | 0.22 | 28.05 | 0.64 | 0.47 |
| Hex | C6 | 74 | 2C | 0 | 29 | 4E | 16 | 1C | 40 | 2F |
| Octal | 306 | 164 | 54 | 0 | 51 | 116 | 26 | 34 | 100 | 57 |
| Binary | 11000110 | 1110100 | 101100 | 0 | 101001 | 1001110 | 10110 | 11100 | 1000000 | 101111 |
Color Harmonies of #C6742C
Complementary color
Monochromatic Colors of #C6742C
Black with #C6742C
Text Example
Text Example
White with #C6742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6742C; }
p { color: rgb(198,116,44); }
H1.HeaderClassName
{
color: #C6742C;
}
.AnyTagClassName
{
color: #C6742C;
}
</style>
background-color css
<style>
a { background-color: #C6742C; }
a { background-color: rgb(198,116,44); }
div.DivClassName
{
background-color: #C6742C;
}
.BgClassName
{
background-color: #C6742C;
}
</style>
border-color css
<style>
span { border-color: #C6742C; }
span { border-color: rgb(198,116,44); }
td.TdClassName
{
border-color: #C6742C;
}
.TagClassName
{
border-color: #C6742C;
}
</style>