Shades of Chocolate #CC690B
Tints of Chocolate #CC690B
RGB
CMYK
RGB Variations
Color information
#CC690B (or 0xCC690B) is known color: Chocolate. HEX triplet: CC, 69 and 0B. RGB value is (204,105,11). Sum of RGB (Red+Green+Blue) = 204+105+11=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC690B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC690B is #3396F4. Grayscale: #7C7C7C. Windows color (decimal): -3380981 or 747980. OLE color: 747980.
HSL color Cylindrical-coordinate representation of color #CC690B: hue angle of 29.22º degrees, saturation: 0.9, 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 #CC690B is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 11 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.2 |
| HSL | 29.22º | 0.9% | 0.42% | - |
| HSV(B) | 29.22º | 0.95% | 0.8% | - |
| XYZ | 30.01 | 22.96 | 3.17 | - |
| YUV | 123.89 | 64.3 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 11 | 0 | 0.49 | 0.95 | 0.2 | 29.22 | 0.9 | 0.42 |
| Hex | CC | 69 | B | 0 | 31 | 5F | 14 | 1D | 5A | 2A |
| Octal | 314 | 151 | 13 | 0 | 61 | 137 | 24 | 35 | 132 | 52 |
| Binary | 11001100 | 1101001 | 1011 | 0 | 110001 | 1011111 | 10100 | 11101 | 1011010 | 101010 |
Color Harmonies of #CC690B
Complementary color
Monochromatic Colors of #CC690B
Black with #CC690B
Text Example
Text Example
White with #CC690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC690B; }
p { color: rgb(204,105,11); }
H1.HeaderClassName
{
color: #CC690B;
}
.AnyTagClassName
{
color: #CC690B;
}
</style>
background-color css
<style>
a { background-color: #CC690B; }
a { background-color: rgb(204,105,11); }
div.DivClassName
{
background-color: #CC690B;
}
.BgClassName
{
background-color: #CC690B;
}
</style>
border-color css
<style>
span { border-color: #CC690B; }
span { border-color: rgb(204,105,11); }
td.TdClassName
{
border-color: #CC690B;
}
.TagClassName
{
border-color: #CC690B;
}
</style>