Shades of Baker's Chocolate #651D05
Tints of Baker's Chocolate #651D05
RGB
CMYK
RGB Variations
Color information
#651D05 (or 0x651D05) is known color: Baker's Chocolate. HEX triplet: 65, 1D and 05. RGB value is (101,29,5). Sum of RGB (Red+Green+Blue) = 101+29+5=135 (17% of max value = 765). Red value is 101 (39.84% from 255 or 74.81% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 101 - color contains mainly: red. Hex color #651D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651D05 is #9AE2FA. Grayscale: #2F2F2F. Windows color (decimal): -10150651 or 335205. OLE color: 335205.
HSL color Cylindrical-coordinate representation of color #651D05: hue angle of 15º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #651D05 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 29 | 5 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.60 |
| HSL | 15º | 0.91% | 0.21% | - |
| HSV(B) | 15º | 0.95% | 0.4% | - |
| XYZ | 5.83 | 3.66 | 0.54 | - |
| YUV | 47.79 | 103.85 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 29 | 5 | 0 | 0.71 | 0.95 | 0.60 | 15 | 0.91 | 0.21 |
| Hex | 65 | 1D | 5 | 0 | 47 | 5F | 3C | F | 5B | 15 |
| Octal | 145 | 35 | 5 | 0 | 107 | 137 | 74 | 17 | 133 | 25 |
| Binary | 1100101 | 11101 | 101 | 0 | 1000111 | 1011111 | 111100 | 1111 | 1011011 | 10101 |
Color Harmonies of #651D05
Complementary color
Monochromatic Colors of #651D05
Black with #651D05
Text Example
Text Example
White with #651D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651D05; }
p { color: rgb(101,29,5); }
H1.HeaderClassName
{
color: #651D05;
}
.AnyTagClassName
{
color: #651D05;
}
</style>
background-color css
<style>
a { background-color: #651D05; }
a { background-color: rgb(101,29,5); }
div.DivClassName
{
background-color: #651D05;
}
.BgClassName
{
background-color: #651D05;
}
</style>
border-color css
<style>
span { border-color: #651D05; }
span { border-color: rgb(101,29,5); }
td.TdClassName
{
border-color: #651D05;
}
.TagClassName
{
border-color: #651D05;
}
</style>