Shades of Chocolate #C6691A
Tints of Chocolate #C6691A
RGB
CMYK
RGB Variations
Color information
#C6691A (or 0xC6691A) is known color: Chocolate. HEX triplet: C6, 69 and 1A. RGB value is (198,105,26). Sum of RGB (Red+Green+Blue) = 198+105+26=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C6691A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6691A is #3996E5. Grayscale: #7C7C7C. Windows color (decimal): -3774182 or 1731014. OLE color: 1731014.
HSL color Cylindrical-coordinate representation of color #C6691A: hue angle of 27.56º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6691A is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 26 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.22 |
| HSL | 27.56º | 0.77% | 0.44% | - |
| HSV(B) | 27.56º | 0.87% | 0.78% | - |
| XYZ | 28.53 | 22.18 | 3.76 | - |
| YUV | 123.8 | 72.81 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 26 | 0 | 0.47 | 0.87 | 0.22 | 27.56 | 0.77 | 0.44 |
| Hex | C6 | 69 | 1A | 0 | 2F | 57 | 16 | 1C | 4D | 2C |
| Octal | 306 | 151 | 32 | 0 | 57 | 127 | 26 | 34 | 115 | 54 |
| Binary | 11000110 | 1101001 | 11010 | 0 | 101111 | 1010111 | 10110 | 11100 | 1001101 | 101100 |
Color Harmonies of #C6691A
Complementary color
Monochromatic Colors of #C6691A
Black with #C6691A
Text Example
Text Example
White with #C6691A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6691A; }
p { color: rgb(198,105,26); }
H1.HeaderClassName
{
color: #C6691A;
}
.AnyTagClassName
{
color: #C6691A;
}
</style>
background-color css
<style>
a { background-color: #C6691A; }
a { background-color: rgb(198,105,26); }
div.DivClassName
{
background-color: #C6691A;
}
.BgClassName
{
background-color: #C6691A;
}
</style>
border-color css
<style>
span { border-color: #C6691A; }
span { border-color: rgb(198,105,26); }
td.TdClassName
{
border-color: #C6691A;
}
.TagClassName
{
border-color: #C6691A;
}
</style>