Shades of Chocolate #CC6B0A
Tints of Chocolate #CC6B0A
RGB
CMYK
RGB Variations
Color information
#CC6B0A (or 0xCC6B0A) is known color: Chocolate. HEX triplet: CC, 6B and 0A. RGB value is (204,107,10). Sum of RGB (Red+Green+Blue) = 204+107+10=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6B0A is #3394F5. Grayscale: #7D7D7D. Windows color (decimal): -3380470 or 682956. OLE color: 682956.
HSL color Cylindrical-coordinate representation of color #CC6B0A: hue angle of 30º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC6B0A is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 107 | 10 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.2 |
| HSL | 30º | 0.91% | 0.42% | - |
| HSV(B) | 30º | 0.95% | 0.8% | - |
| XYZ | 30.21 | 23.37 | 3.21 | - |
| YUV | 124.95 | 63.14 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 10 | 0 | 0.48 | 0.95 | 0.2 | 30 | 0.91 | 0.42 |
| Hex | CC | 6B | A | 0 | 30 | 5F | 14 | 1E | 5B | 2A |
| Octal | 314 | 153 | 12 | 0 | 60 | 137 | 24 | 36 | 133 | 52 |
| Binary | 11001100 | 1101011 | 1010 | 0 | 110000 | 1011111 | 10100 | 11110 | 1011011 | 101010 |
Color Harmonies of #CC6B0A
Complementary color
Monochromatic Colors of #CC6B0A
Black with #CC6B0A
Text Example
Text Example
White with #CC6B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6B0A; }
p { color: rgb(204,107,10); }
H1.HeaderClassName
{
color: #CC6B0A;
}
.AnyTagClassName
{
color: #CC6B0A;
}
</style>
background-color css
<style>
a { background-color: #CC6B0A; }
a { background-color: rgb(204,107,10); }
div.DivClassName
{
background-color: #CC6B0A;
}
.BgClassName
{
background-color: #CC6B0A;
}
</style>
border-color css
<style>
span { border-color: #CC6B0A; }
span { border-color: rgb(204,107,10); }
td.TdClassName
{
border-color: #CC6B0A;
}
.TagClassName
{
border-color: #CC6B0A;
}
</style>