Shades of Baker's Chocolate #642602
Tints of Baker's Chocolate #642602
RGB
CMYK
RGB Variations
Color information
#642602 (or 0x642602) is known color: Baker's Chocolate. HEX triplet: 64, 26 and 02. RGB value is (100,38,2). Sum of RGB (Red+Green+Blue) = 100+38+2=140 (18% of max value = 765). Red value is 100 (39.45% from 255 or 71.43% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 100 - color contains mainly: red. Hex color #642602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642602 is #9BD9FD. Grayscale: #343434. Windows color (decimal): -10213886 or 140900. OLE color: 140900.
HSL color Cylindrical-coordinate representation of color #642602: hue angle of 22.04º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #642602 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 38 | 2 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.61 |
| HSL | 22.04º | 0.96% | 0.2% | - |
| HSV(B) | 22.04º | 0.98% | 0.39% | - |
| XYZ | 5.96 | 4.1 | 0.53 | - |
| YUV | 52.43 | 99.54 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 38 | 2 | 0 | 0.62 | 0.98 | 0.61 | 22.04 | 0.96 | 0.2 |
| Hex | 64 | 26 | 2 | 0 | 3E | 62 | 3D | 16 | 60 | 14 |
| Octal | 144 | 46 | 2 | 0 | 76 | 142 | 75 | 26 | 140 | 24 |
| Binary | 1100100 | 100110 | 10 | 0 | 111110 | 1100010 | 111101 | 10110 | 1100000 | 10100 |
Color Harmonies of #642602
Complementary color
Monochromatic Colors of #642602
Black with #642602
Text Example
Text Example
White with #642602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642602; }
p { color: rgb(100,38,2); }
H1.HeaderClassName
{
color: #642602;
}
.AnyTagClassName
{
color: #642602;
}
</style>
background-color css
<style>
a { background-color: #642602; }
a { background-color: rgb(100,38,2); }
div.DivClassName
{
background-color: #642602;
}
.BgClassName
{
background-color: #642602;
}
</style>
border-color css
<style>
span { border-color: #642602; }
span { border-color: rgb(100,38,2); }
td.TdClassName
{
border-color: #642602;
}
.TagClassName
{
border-color: #642602;
}
</style>