Shades of Baker's Chocolate #651C03
Tints of Baker's Chocolate #651C03
RGB
CMYK
RGB Variations
Color information
#651C03 (or 0x651C03) is known color: Baker's Chocolate. HEX triplet: 65, 1C and 03. RGB value is (101,28,3). Sum of RGB (Red+Green+Blue) = 101+28+3=132 (17% of max value = 765). Red value is 101 (39.84% from 255 or 76.52% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 101 - color contains mainly: red. Hex color #651C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651C03 is #9AE3FC. Grayscale: #2F2F2F. Windows color (decimal): -10150909 or 203877. OLE color: 203877.
HSL color Cylindrical-coordinate representation of color #651C03: hue angle of 15.31º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #651C03 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 28 | 3 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.60 |
| HSL | 15.31º | 0.94% | 0.2% | - |
| HSV(B) | 15.31º | 0.97% | 0.4% | - |
| XYZ | 5.8 | 3.6 | 0.48 | - |
| YUV | 46.98 | 103.18 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 28 | 3 | 0 | 0.72 | 0.97 | 0.60 | 15.31 | 0.94 | 0.2 |
| Hex | 65 | 1C | 3 | 0 | 48 | 61 | 3C | F | 5E | 14 |
| Octal | 145 | 34 | 3 | 0 | 110 | 141 | 74 | 17 | 136 | 24 |
| Binary | 1100101 | 11100 | 11 | 0 | 1001000 | 1100001 | 111100 | 1111 | 1011110 | 10100 |
Color Harmonies of #651C03
Complementary color
Monochromatic Colors of #651C03
Black with #651C03
Text Example
Text Example
White with #651C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651C03; }
p { color: rgb(101,28,3); }
H1.HeaderClassName
{
color: #651C03;
}
.AnyTagClassName
{
color: #651C03;
}
</style>
background-color css
<style>
a { background-color: #651C03; }
a { background-color: rgb(101,28,3); }
div.DivClassName
{
background-color: #651C03;
}
.BgClassName
{
background-color: #651C03;
}
</style>
border-color css
<style>
span { border-color: #651C03; }
span { border-color: rgb(101,28,3); }
td.TdClassName
{
border-color: #651C03;
}
.TagClassName
{
border-color: #651C03;
}
</style>