Shades of Chocolate #C6671F
Tints of Chocolate #C6671F
RGB
CMYK
RGB Variations
Color information
#C6671F (or 0xC6671F) is known color: Chocolate. HEX triplet: C6, 67 and 1F. RGB value is (198,103,31). Sum of RGB (Red+Green+Blue) = 198+103+31=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C6671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6671F is #3998E0. Grayscale: #7B7B7B. Windows color (decimal): -3774689 or 2058182. OLE color: 2058182.
HSL color Cylindrical-coordinate representation of color #C6671F: hue angle of 25.87º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6671F is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 31 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.22 |
| HSL | 25.87º | 0.73% | 0.45% | - |
| HSV(B) | 25.87º | 0.84% | 0.78% | - |
| XYZ | 28.39 | 21.81 | 4.01 | - |
| YUV | 123.2 | 75.97 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 31 | 0 | 0.48 | 0.84 | 0.22 | 25.87 | 0.73 | 0.45 |
| Hex | C6 | 67 | 1F | 0 | 30 | 54 | 16 | 1A | 49 | 2D |
| Octal | 306 | 147 | 37 | 0 | 60 | 124 | 26 | 32 | 111 | 55 |
| Binary | 11000110 | 1100111 | 11111 | 0 | 110000 | 1010100 | 10110 | 11010 | 1001001 | 101101 |
Color Harmonies of #C6671F
Complementary color
Monochromatic Colors of #C6671F
Black with #C6671F
Text Example
Text Example
White with #C6671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6671F; }
p { color: rgb(198,103,31); }
H1.HeaderClassName
{
color: #C6671F;
}
.AnyTagClassName
{
color: #C6671F;
}
</style>
background-color css
<style>
a { background-color: #C6671F; }
a { background-color: rgb(198,103,31); }
div.DivClassName
{
background-color: #C6671F;
}
.BgClassName
{
background-color: #C6671F;
}
</style>
border-color css
<style>
span { border-color: #C6671F; }
span { border-color: rgb(198,103,31); }
td.TdClassName
{
border-color: #C6671F;
}
.TagClassName
{
border-color: #C6671F;
}
</style>