Shades of Baker's Chocolate #651A00
Tints of Baker's Chocolate #651A00
RGB
CMYK
RGB Variations
Color information
#651A00 (or 0x651A00) is known color: Baker's Chocolate. HEX triplet: 65, 1A and 00. RGB value is (101,26,0). Sum of RGB (Red+Green+Blue) = 101+26+0=127 (16% of max value = 765). Red value is 101 (39.84% from 255 or 79.53% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 101 - color contains mainly: red. Hex color #651A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651A00 is #9AE5FF. Grayscale: #2D2D2D. Windows color (decimal): -10151424 or 6757. OLE color: 6757.
HSL color Cylindrical-coordinate representation of color #651A00: hue angle of 15.45º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #651A00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 26 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.60 |
| HSL | 15.45º | 1% | 0.2% | - |
| HSV(B) | 15.45º | 1% | 0.4% | - |
| XYZ | 5.74 | 3.51 | 0.37 | - |
| YUV | 45.46 | 102.35 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 26 | 0 | 0 | 0.74 | 1 | 0.60 | 15.45 | 1 | 0.2 |
| Hex | 65 | 1A | 0 | 0 | 4A | 64 | 3C | F | 64 | 14 |
| Octal | 145 | 32 | 0 | 0 | 112 | 144 | 74 | 17 | 144 | 24 |
| Binary | 1100101 | 11010 | 0 | 0 | 1001010 | 1100100 | 111100 | 1111 | 1100100 | 10100 |
Color Harmonies of #651A00
Complementary color
Monochromatic Colors of #651A00
Black with #651A00
Text Example
Text Example
White with #651A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651A00; }
p { color: rgb(101,26,0); }
H1.HeaderClassName
{
color: #651A00;
}
.AnyTagClassName
{
color: #651A00;
}
</style>
background-color css
<style>
a { background-color: #651A00; }
a { background-color: rgb(101,26,0); }
div.DivClassName
{
background-color: #651A00;
}
.BgClassName
{
background-color: #651A00;
}
</style>
border-color css
<style>
span { border-color: #651A00; }
span { border-color: rgb(101,26,0); }
td.TdClassName
{
border-color: #651A00;
}
.TagClassName
{
border-color: #651A00;
}
</style>