Shades of Chocolate #CB6827
Tints of Chocolate #CB6827
RGB
CMYK
RGB Variations
Color information
#CB6827 (or 0xCB6827) is known color: Chocolate. HEX triplet: CB, 68 and 27. RGB value is (203,104,39). Sum of RGB (Red+Green+Blue) = 203+104+39=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6827 is #3497D8. Grayscale: #7E7E7E. Windows color (decimal): -3446745 or 2582731. OLE color: 2582731.
HSL color Cylindrical-coordinate representation of color #CB6827: hue angle of 23.78º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB6827 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 39 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.20 |
| HSL | 23.78º | 0.68% | 0.47% | - |
| HSV(B) | 23.78º | 0.81% | 0.8% | - |
| XYZ | 29.95 | 22.74 | 4.73 | - |
| YUV | 126.19 | 78.8 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 39 | 0 | 0.49 | 0.81 | 0.20 | 23.78 | 0.68 | 0.47 |
| Hex | CB | 68 | 27 | 0 | 31 | 51 | 14 | 18 | 44 | 2F |
| Octal | 313 | 150 | 47 | 0 | 61 | 121 | 24 | 30 | 104 | 57 |
| Binary | 11001011 | 1101000 | 100111 | 0 | 110001 | 1010001 | 10100 | 11000 | 1000100 | 101111 |
Color Harmonies of #CB6827
Complementary color
Monochromatic Colors of #CB6827
Black with #CB6827
Text Example
Text Example
White with #CB6827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6827; }
p { color: rgb(203,104,39); }
H1.HeaderClassName
{
color: #CB6827;
}
.AnyTagClassName
{
color: #CB6827;
}
</style>
background-color css
<style>
a { background-color: #CB6827; }
a { background-color: rgb(203,104,39); }
div.DivClassName
{
background-color: #CB6827;
}
.BgClassName
{
background-color: #CB6827;
}
</style>
border-color css
<style>
span { border-color: #CB6827; }
span { border-color: rgb(203,104,39); }
td.TdClassName
{
border-color: #CB6827;
}
.TagClassName
{
border-color: #CB6827;
}
</style>