Shades of Chocolate #CB6417
Tints of Chocolate #CB6417
RGB
CMYK
RGB Variations
Color information
#CB6417 (or 0xCB6417) is known color: Chocolate. HEX triplet: CB, 64 and 17. RGB value is (203,100,23). Sum of RGB (Red+Green+Blue) = 203+100+23=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 23 (9.38% from 255 or 7.06% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6417 is #349BE8. Grayscale: #7A7A7A. Windows color (decimal): -3447785 or 1533131. OLE color: 1533131.
HSL color Cylindrical-coordinate representation of color #CB6417: hue angle of 25.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB6417 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 23 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.20 |
| HSL | 25.67º | 0.8% | 0.44% | - |
| HSV(B) | 25.67º | 0.89% | 0.8% | - |
| XYZ | 29.34 | 21.87 | 3.49 | - |
| YUV | 122.02 | 72.12 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 23 | 0 | 0.51 | 0.89 | 0.20 | 25.67 | 0.8 | 0.44 |
| Hex | CB | 64 | 17 | 0 | 33 | 59 | 14 | 1A | 50 | 2C |
| Octal | 313 | 144 | 27 | 0 | 63 | 131 | 24 | 32 | 120 | 54 |
| Binary | 11001011 | 1100100 | 10111 | 0 | 110011 | 1011001 | 10100 | 11010 | 1010000 | 101100 |
Color Harmonies of #CB6417
Complementary color
Monochromatic Colors of #CB6417
Black with #CB6417
Text Example
Text Example
White with #CB6417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6417; }
p { color: rgb(203,100,23); }
H1.HeaderClassName
{
color: #CB6417;
}
.AnyTagClassName
{
color: #CB6417;
}
</style>
background-color css
<style>
a { background-color: #CB6417; }
a { background-color: rgb(203,100,23); }
div.DivClassName
{
background-color: #CB6417;
}
.BgClassName
{
background-color: #CB6417;
}
</style>
border-color css
<style>
span { border-color: #CB6417; }
span { border-color: rgb(203,100,23); }
td.TdClassName
{
border-color: #CB6417;
}
.TagClassName
{
border-color: #CB6417;
}
</style>