Shades of Meteor #C6722F
Tints of Meteor #C6722F
RGB
CMYK
RGB Variations
Color information
#C6722F (or 0xC6722F) is known color: Meteor. HEX triplet: C6, 72 and 2F. RGB value is (198,114,47). Sum of RGB (Red+Green+Blue) = 198+114+47=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C6722F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6722F is #398DD0. Grayscale: #838383. Windows color (decimal): -3771857 or 3109574. OLE color: 3109574.
HSL color Cylindrical-coordinate representation of color #C6722F: hue angle of 26.62º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C6722F is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 47 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.22 |
| HSL | 26.62º | 0.62% | 0.48% | - |
| HSV(B) | 26.62º | 0.76% | 0.78% | - |
| XYZ | 29.82 | 24.25 | 5.8 | - |
| YUV | 131.48 | 80.33 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 47 | 0 | 0.42 | 0.76 | 0.22 | 26.62 | 0.62 | 0.48 |
| Hex | C6 | 72 | 2F | 0 | 2A | 4C | 16 | 1B | 3E | 30 |
| Octal | 306 | 162 | 57 | 0 | 52 | 114 | 26 | 33 | 76 | 60 |
| Binary | 11000110 | 1110010 | 101111 | 0 | 101010 | 1001100 | 10110 | 11011 | 111110 | 110000 |
Color Harmonies of #C6722F
Complementary color
Monochromatic Colors of #C6722F
Black with #C6722F
Text Example
Text Example
White with #C6722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6722F; }
p { color: rgb(198,114,47); }
H1.HeaderClassName
{
color: #C6722F;
}
.AnyTagClassName
{
color: #C6722F;
}
</style>
background-color css
<style>
a { background-color: #C6722F; }
a { background-color: rgb(198,114,47); }
div.DivClassName
{
background-color: #C6722F;
}
.BgClassName
{
background-color: #C6722F;
}
</style>
border-color css
<style>
span { border-color: #C6722F; }
span { border-color: rgb(198,114,47); }
td.TdClassName
{
border-color: #C6722F;
}
.TagClassName
{
border-color: #C6722F;
}
</style>