Shades of Chocolate #C0651B
Tints of Chocolate #C0651B
RGB
CMYK
RGB Variations
Color information
#C0651B (or 0xC0651B) is known color: Chocolate. HEX triplet: C0, 65 and 1B. RGB value is (192,101,27). Sum of RGB (Red+Green+Blue) = 192+101+27=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C0651B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0651B is #3F9AE4. Grayscale: #787878. Windows color (decimal): -4168421 or 1795520. OLE color: 1795520.
HSL color Cylindrical-coordinate representation of color #C0651B: hue angle of 26.91º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0651B is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 27 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.25 |
| HSL | 26.91º | 0.75% | 0.43% | - |
| HSV(B) | 26.91º | 0.86% | 0.75% | - |
| XYZ | 26.59 | 20.59 | 3.61 | - |
| YUV | 119.77 | 75.65 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 27 | 0 | 0.47 | 0.86 | 0.25 | 26.91 | 0.75 | 0.43 |
| Hex | C0 | 65 | 1B | 0 | 2F | 56 | 19 | 1B | 4B | 2B |
| Octal | 300 | 145 | 33 | 0 | 57 | 126 | 31 | 33 | 113 | 53 |
| Binary | 11000000 | 1100101 | 11011 | 0 | 101111 | 1010110 | 11001 | 11011 | 1001011 | 101011 |
Color Harmonies of #C0651B
Complementary color
Monochromatic Colors of #C0651B
Black with #C0651B
Text Example
Text Example
White with #C0651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0651B; }
p { color: rgb(192,101,27); }
H1.HeaderClassName
{
color: #C0651B;
}
.AnyTagClassName
{
color: #C0651B;
}
</style>
background-color css
<style>
a { background-color: #C0651B; }
a { background-color: rgb(192,101,27); }
div.DivClassName
{
background-color: #C0651B;
}
.BgClassName
{
background-color: #C0651B;
}
</style>
border-color css
<style>
span { border-color: #C0651B; }
span { border-color: rgb(192,101,27); }
td.TdClassName
{
border-color: #C0651B;
}
.TagClassName
{
border-color: #C0651B;
}
</style>