Shades of Chocolate #CB6324
Tints of Chocolate #CB6324
RGB
CMYK
RGB Variations
Color information
#CB6324 (or 0xCB6324) is known color: Chocolate. HEX triplet: CB, 63 and 24. RGB value is (203,99,36). Sum of RGB (Red+Green+Blue) = 203+99+36=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 36 (14.45% from 255 or 10.65% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6324 is #349CDB. Grayscale: #7B7B7B. Windows color (decimal): -3448028 or 2384843. OLE color: 2384843.
HSL color Cylindrical-coordinate representation of color #CB6324: hue angle of 22.63º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB6324 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 36 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.20 |
| HSL | 22.63º | 0.7% | 0.47% | - |
| HSV(B) | 22.63º | 0.82% | 0.8% | - |
| XYZ | 29.41 | 21.75 | 4.32 | - |
| YUV | 122.91 | 78.96 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 36 | 0 | 0.51 | 0.82 | 0.20 | 22.63 | 0.7 | 0.47 |
| Hex | CB | 63 | 24 | 0 | 33 | 52 | 14 | 17 | 46 | 2F |
| Octal | 313 | 143 | 44 | 0 | 63 | 122 | 24 | 27 | 106 | 57 |
| Binary | 11001011 | 1100011 | 100100 | 0 | 110011 | 1010010 | 10100 | 10111 | 1000110 | 101111 |
Color Harmonies of #CB6324
Complementary color
Monochromatic Colors of #CB6324
Black with #CB6324
Text Example
Text Example
White with #CB6324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6324; }
p { color: rgb(203,99,36); }
H1.HeaderClassName
{
color: #CB6324;
}
.AnyTagClassName
{
color: #CB6324;
}
</style>
background-color css
<style>
a { background-color: #CB6324; }
a { background-color: rgb(203,99,36); }
div.DivClassName
{
background-color: #CB6324;
}
.BgClassName
{
background-color: #CB6324;
}
</style>
border-color css
<style>
span { border-color: #CB6324; }
span { border-color: rgb(203,99,36); }
td.TdClassName
{
border-color: #CB6324;
}
.TagClassName
{
border-color: #CB6324;
}
</style>