Shades of Chocolate #CB6917
Tints of Chocolate #CB6917
RGB
CMYK
RGB Variations
Color information
#CB6917 (or 0xCB6917) is known color: Chocolate. HEX triplet: CB, 69 and 17. RGB value is (203,105,23). Sum of RGB (Red+Green+Blue) = 203+105+23=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6917 is #3496E8. Grayscale: #7D7D7D. Windows color (decimal): -3446505 or 1534411. OLE color: 1534411.
HSL color Cylindrical-coordinate representation of color #CB6917: hue angle of 27.33º 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 #CB6917 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 105 | 23 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.20 |
| HSL | 27.33º | 0.8% | 0.44% | - |
| HSV(B) | 27.33º | 0.89% | 0.8% | - |
| XYZ | 29.83 | 22.86 | 3.65 | - |
| YUV | 124.95 | 70.47 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 23 | 0 | 0.48 | 0.89 | 0.20 | 27.33 | 0.8 | 0.44 |
| Hex | CB | 69 | 17 | 0 | 30 | 59 | 14 | 1B | 50 | 2C |
| Octal | 313 | 151 | 27 | 0 | 60 | 131 | 24 | 33 | 120 | 54 |
| Binary | 11001011 | 1101001 | 10111 | 0 | 110000 | 1011001 | 10100 | 11011 | 1010000 | 101100 |
Color Harmonies of #CB6917
Complementary color
Monochromatic Colors of #CB6917
Black with #CB6917
Text Example
Text Example
White with #CB6917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6917; }
p { color: rgb(203,105,23); }
H1.HeaderClassName
{
color: #CB6917;
}
.AnyTagClassName
{
color: #CB6917;
}
</style>
background-color css
<style>
a { background-color: #CB6917; }
a { background-color: rgb(203,105,23); }
div.DivClassName
{
background-color: #CB6917;
}
.BgClassName
{
background-color: #CB6917;
}
</style>
border-color css
<style>
span { border-color: #CB6917; }
span { border-color: rgb(203,105,23); }
td.TdClassName
{
border-color: #CB6917;
}
.TagClassName
{
border-color: #CB6917;
}
</style>