Shades of Chocolate #CB6728
Tints of Chocolate #CB6728
RGB
CMYK
RGB Variations
Color information
#CB6728 (or 0xCB6728) is known color: Chocolate. HEX triplet: CB, 67 and 28. RGB value is (203,103,40). Sum of RGB (Red+Green+Blue) = 203+103+40=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6728 is #3498D7. Grayscale: #7E7E7E. Windows color (decimal): -3447000 or 2648011. OLE color: 2648011.
HSL color Cylindrical-coordinate representation of color #CB6728: hue angle of 23.19º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB6728 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 40 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.20 |
| HSL | 23.19º | 0.67% | 0.48% | - |
| HSV(B) | 23.19º | 0.8% | 0.8% | - |
| XYZ | 29.86 | 22.55 | 4.79 | - |
| YUV | 125.72 | 79.63 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 40 | 0 | 0.49 | 0.80 | 0.20 | 23.19 | 0.67 | 0.48 |
| Hex | CB | 67 | 28 | 0 | 31 | 50 | 14 | 17 | 43 | 30 |
| Octal | 313 | 147 | 50 | 0 | 61 | 120 | 24 | 27 | 103 | 60 |
| Binary | 11001011 | 1100111 | 101000 | 0 | 110001 | 1010000 | 10100 | 10111 | 1000011 | 110000 |
Color Harmonies of #CB6728
Complementary color
Monochromatic Colors of #CB6728
Black with #CB6728
Text Example
Text Example
White with #CB6728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6728; }
p { color: rgb(203,103,40); }
H1.HeaderClassName
{
color: #CB6728;
}
.AnyTagClassName
{
color: #CB6728;
}
</style>
background-color css
<style>
a { background-color: #CB6728; }
a { background-color: rgb(203,103,40); }
div.DivClassName
{
background-color: #CB6728;
}
.BgClassName
{
background-color: #CB6728;
}
</style>
border-color css
<style>
span { border-color: #CB6728; }
span { border-color: rgb(203,103,40); }
td.TdClassName
{
border-color: #CB6728;
}
.TagClassName
{
border-color: #CB6728;
}
</style>