Shades of Chocolate #CB6712
Tints of Chocolate #CB6712
RGB
CMYK
RGB Variations
Color information
#CB6712 (or 0xCB6712) is known color: Chocolate. HEX triplet: CB, 67 and 12. RGB value is (203,103,18). Sum of RGB (Red+Green+Blue) = 203+103+18=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6712 is #3498ED. Grayscale: #7B7B7B. Windows color (decimal): -3447022 or 1206219. OLE color: 1206219.
HSL color Cylindrical-coordinate representation of color #CB6712: hue angle of 27.57º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB6712 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 18 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.20 |
| HSL | 27.57º | 0.84% | 0.43% | - |
| HSV(B) | 27.57º | 0.91% | 0.8% | - |
| XYZ | 29.59 | 22.44 | 3.34 | - |
| YUV | 123.21 | 68.63 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 18 | 0 | 0.49 | 0.91 | 0.20 | 27.57 | 0.84 | 0.43 |
| Hex | CB | 67 | 12 | 0 | 31 | 5B | 14 | 1C | 54 | 2B |
| Octal | 313 | 147 | 22 | 0 | 61 | 133 | 24 | 34 | 124 | 53 |
| Binary | 11001011 | 1100111 | 10010 | 0 | 110001 | 1011011 | 10100 | 11100 | 1010100 | 101011 |
Color Harmonies of #CB6712
Complementary color
Monochromatic Colors of #CB6712
Black with #CB6712
Text Example
Text Example
White with #CB6712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6712; }
p { color: rgb(203,103,18); }
H1.HeaderClassName
{
color: #CB6712;
}
.AnyTagClassName
{
color: #CB6712;
}
</style>
background-color css
<style>
a { background-color: #CB6712; }
a { background-color: rgb(203,103,18); }
div.DivClassName
{
background-color: #CB6712;
}
.BgClassName
{
background-color: #CB6712;
}
</style>
border-color css
<style>
span { border-color: #CB6712; }
span { border-color: rgb(203,103,18); }
td.TdClassName
{
border-color: #CB6712;
}
.TagClassName
{
border-color: #CB6712;
}
</style>