Shades of Baker's Chocolate #651E02
Tints of Baker's Chocolate #651E02
RGB
CMYK
RGB Variations
Color information
#651E02 (or 0x651E02) is known color: Baker's Chocolate. HEX triplet: 65, 1E and 02. RGB value is (101,30,2). Sum of RGB (Red+Green+Blue) = 101+30+2=133 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.94% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 101 - color contains mainly: red. Hex color #651E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651E02 is #9AE1FD. Grayscale: #303030. Windows color (decimal): -10150398 or 138853. OLE color: 138853.
HSL color Cylindrical-coordinate representation of color #651E02: hue angle of 16.97º 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 #651E02 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 30 | 2 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.60 |
| HSL | 16.97º | 0.96% | 0.2% | - |
| HSV(B) | 16.97º | 0.98% | 0.4% | - |
| XYZ | 5.84 | 3.7 | 0.46 | - |
| YUV | 48.04 | 102.02 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 30 | 2 | 0 | 0.70 | 0.98 | 0.60 | 16.97 | 0.96 | 0.2 |
| Hex | 65 | 1E | 2 | 0 | 46 | 62 | 3C | 11 | 60 | 14 |
| Octal | 145 | 36 | 2 | 0 | 106 | 142 | 74 | 21 | 140 | 24 |
| Binary | 1100101 | 11110 | 10 | 0 | 1000110 | 1100010 | 111100 | 10001 | 1100000 | 10100 |
Color Harmonies of #651E02
Complementary color
Monochromatic Colors of #651E02
Black with #651E02
Text Example
Text Example
White with #651E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651E02; }
p { color: rgb(101,30,2); }
H1.HeaderClassName
{
color: #651E02;
}
.AnyTagClassName
{
color: #651E02;
}
</style>
background-color css
<style>
a { background-color: #651E02; }
a { background-color: rgb(101,30,2); }
div.DivClassName
{
background-color: #651E02;
}
.BgClassName
{
background-color: #651E02;
}
</style>
border-color css
<style>
span { border-color: #651E02; }
span { border-color: rgb(101,30,2); }
td.TdClassName
{
border-color: #651E02;
}
.TagClassName
{
border-color: #651E02;
}
</style>