Shades of Baker's Chocolate #651C02
Tints of Baker's Chocolate #651C02
RGB
CMYK
RGB Variations
Color information
#651C02 (or 0x651C02) is known color: Baker's Chocolate. HEX triplet: 65, 1C and 02. RGB value is (101,28,2). Sum of RGB (Red+Green+Blue) = 101+28+2=131 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.10% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 101 - color contains mainly: red. Hex color #651C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651C02 is #9AE3FD. Grayscale: #2F2F2F. Windows color (decimal): -10150910 or 138341. OLE color: 138341.
HSL color Cylindrical-coordinate representation of color #651C02: hue angle of 15.76º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #651C02 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 28 | 2 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.60 |
| HSL | 15.76º | 0.96% | 0.2% | - |
| HSV(B) | 15.76º | 0.98% | 0.4% | - |
| XYZ | 5.79 | 3.6 | 0.45 | - |
| YUV | 46.86 | 102.68 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 28 | 2 | 0 | 0.72 | 0.98 | 0.60 | 15.76 | 0.96 | 0.2 |
| Hex | 65 | 1C | 2 | 0 | 48 | 62 | 3C | 10 | 60 | 14 |
| Octal | 145 | 34 | 2 | 0 | 110 | 142 | 74 | 20 | 140 | 24 |
| Binary | 1100101 | 11100 | 10 | 0 | 1001000 | 1100010 | 111100 | 10000 | 1100000 | 10100 |
Color Harmonies of #651C02
Complementary color
Monochromatic Colors of #651C02
Black with #651C02
Text Example
Text Example
White with #651C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651C02; }
p { color: rgb(101,28,2); }
H1.HeaderClassName
{
color: #651C02;
}
.AnyTagClassName
{
color: #651C02;
}
</style>
background-color css
<style>
a { background-color: #651C02; }
a { background-color: rgb(101,28,2); }
div.DivClassName
{
background-color: #651C02;
}
.BgClassName
{
background-color: #651C02;
}
</style>
border-color css
<style>
span { border-color: #651C02; }
span { border-color: rgb(101,28,2); }
td.TdClassName
{
border-color: #651C02;
}
.TagClassName
{
border-color: #651C02;
}
</style>