Shades of Chocolate #C7651D
Tints of Chocolate #C7651D
RGB
CMYK
RGB Variations
Color information
#C7651D (or 0xC7651D) is known color: Chocolate. HEX triplet: C7, 65 and 1D. RGB value is (199,101,29). Sum of RGB (Red+Green+Blue) = 199+101+29=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C7651D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7651D is #389AE2. Grayscale: #7A7A7A. Windows color (decimal): -3709667 or 1926599. OLE color: 1926599.
HSL color Cylindrical-coordinate representation of color #C7651D: hue angle of 25.41º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7651D is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 29 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.22 |
| HSL | 25.41º | 0.75% | 0.45% | - |
| HSV(B) | 25.41º | 0.85% | 0.78% | - |
| XYZ | 28.43 | 21.54 | 3.82 | - |
| YUV | 122.09 | 75.47 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 29 | 0 | 0.49 | 0.85 | 0.22 | 25.41 | 0.75 | 0.45 |
| Hex | C7 | 65 | 1D | 0 | 31 | 55 | 16 | 19 | 4B | 2D |
| Octal | 307 | 145 | 35 | 0 | 61 | 125 | 26 | 31 | 113 | 55 |
| Binary | 11000111 | 1100101 | 11101 | 0 | 110001 | 1010101 | 10110 | 11001 | 1001011 | 101101 |
Color Harmonies of #C7651D
Complementary color
Monochromatic Colors of #C7651D
Black with #C7651D
Text Example
Text Example
White with #C7651D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7651D; }
p { color: rgb(199,101,29); }
H1.HeaderClassName
{
color: #C7651D;
}
.AnyTagClassName
{
color: #C7651D;
}
</style>
background-color css
<style>
a { background-color: #C7651D; }
a { background-color: rgb(199,101,29); }
div.DivClassName
{
background-color: #C7651D;
}
.BgClassName
{
background-color: #C7651D;
}
</style>
border-color css
<style>
span { border-color: #C7651D; }
span { border-color: rgb(199,101,29); }
td.TdClassName
{
border-color: #C7651D;
}
.TagClassName
{
border-color: #C7651D;
}
</style>