Shades of Baker's Chocolate #65331A
Tints of Baker's Chocolate #65331A
RGB
CMYK
RGB Variations
Color information
#65331A (or 0x65331A) is known color: Baker's Chocolate. HEX triplet: 65, 33 and 1A. RGB value is (101,51,26). Sum of RGB (Red+Green+Blue) = 101+51+26=178 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.74% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 101 - color contains mainly: red. Hex color #65331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65331A is #9ACCE5. Grayscale: #3F3F3F. Windows color (decimal): -10144998 or 1717093. OLE color: 1717093.
HSL color Cylindrical-coordinate representation of color #65331A: hue angle of 20º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #65331A is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 51 | 26 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.60 |
| HSL | 20º | 0.59% | 0.25% | - |
| HSV(B) | 20º | 0.74% | 0.4% | - |
| XYZ | 6.74 | 5.21 | 1.63 | - |
| YUV | 63.1 | 107.07 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 26 | 0 | 0.50 | 0.74 | 0.60 | 20 | 0.59 | 0.25 |
| Hex | 65 | 33 | 1A | 0 | 32 | 4A | 3C | 14 | 3B | 19 |
| Octal | 145 | 63 | 32 | 0 | 62 | 112 | 74 | 24 | 73 | 31 |
| Binary | 1100101 | 110011 | 11010 | 0 | 110010 | 1001010 | 111100 | 10100 | 111011 | 11001 |
Color Harmonies of #65331A
Complementary color
Monochromatic Colors of #65331A
Black with #65331A
Text Example
Text Example
White with #65331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65331A; }
p { color: rgb(101,51,26); }
H1.HeaderClassName
{
color: #65331A;
}
.AnyTagClassName
{
color: #65331A;
}
</style>
background-color css
<style>
a { background-color: #65331A; }
a { background-color: rgb(101,51,26); }
div.DivClassName
{
background-color: #65331A;
}
.BgClassName
{
background-color: #65331A;
}
</style>
border-color css
<style>
span { border-color: #65331A; }
span { border-color: rgb(101,51,26); }
td.TdClassName
{
border-color: #65331A;
}
.TagClassName
{
border-color: #65331A;
}
</style>