Shades of Chocolate #CC6B23
Tints of Chocolate #CC6B23
RGB
CMYK
RGB Variations
Color information
#CC6B23 (or 0xCC6B23) is known color: Chocolate. HEX triplet: CC, 6B and 23. RGB value is (204,107,35). Sum of RGB (Red+Green+Blue) = 204+107+35=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 35 (14.06% from 255 or 10.12% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6B23 is #3394DC. Grayscale: #808080. Windows color (decimal): -3380445 or 2321356. OLE color: 2321356.
HSL color Cylindrical-coordinate representation of color #CC6B23: hue angle of 25.56º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC6B23 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 107 | 35 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.2 |
| HSL | 25.56º | 0.71% | 0.47% | - |
| HSV(B) | 25.56º | 0.83% | 0.8% | - |
| XYZ | 30.46 | 23.47 | 4.52 | - |
| YUV | 127.8 | 75.64 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 35 | 0 | 0.48 | 0.83 | 0.2 | 25.56 | 0.71 | 0.47 |
| Hex | CC | 6B | 23 | 0 | 30 | 53 | 14 | 1A | 47 | 2F |
| Octal | 314 | 153 | 43 | 0 | 60 | 123 | 24 | 32 | 107 | 57 |
| Binary | 11001100 | 1101011 | 100011 | 0 | 110000 | 1010011 | 10100 | 11010 | 1000111 | 101111 |
Color Harmonies of #CC6B23
Complementary color
Monochromatic Colors of #CC6B23
Black with #CC6B23
Text Example
Text Example
White with #CC6B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6B23; }
p { color: rgb(204,107,35); }
H1.HeaderClassName
{
color: #CC6B23;
}
.AnyTagClassName
{
color: #CC6B23;
}
</style>
background-color css
<style>
a { background-color: #CC6B23; }
a { background-color: rgb(204,107,35); }
div.DivClassName
{
background-color: #CC6B23;
}
.BgClassName
{
background-color: #CC6B23;
}
</style>
border-color css
<style>
span { border-color: #CC6B23; }
span { border-color: rgb(204,107,35); }
td.TdClassName
{
border-color: #CC6B23;
}
.TagClassName
{
border-color: #CC6B23;
}
</style>