Shades of Baker's Chocolate #65330F
Tints of Baker's Chocolate #65330F
RGB
CMYK
RGB Variations
Color information
#65330F (or 0x65330F) is known color: Baker's Chocolate. HEX triplet: 65, 33 and 0F. RGB value is (101,51,15). Sum of RGB (Red+Green+Blue) = 101+51+15=167 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.48% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 101 - color contains mainly: red. Hex color #65330F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65330F is #9ACCF0. Grayscale: #3E3E3E. Windows color (decimal): -10145009 or 996197. OLE color: 996197.
HSL color Cylindrical-coordinate representation of color #65330F: hue angle of 25.12º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #65330F is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 51 | 15 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.60 |
| HSL | 25.12º | 0.74% | 0.23% | - |
| HSV(B) | 25.12º | 0.85% | 0.4% | - |
| XYZ | 6.64 | 5.17 | 1.1 | - |
| YUV | 61.85 | 101.57 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 15 | 0 | 0.50 | 0.85 | 0.60 | 25.12 | 0.74 | 0.23 |
| Hex | 65 | 33 | F | 0 | 32 | 55 | 3C | 19 | 4A | 17 |
| Octal | 145 | 63 | 17 | 0 | 62 | 125 | 74 | 31 | 112 | 27 |
| Binary | 1100101 | 110011 | 1111 | 0 | 110010 | 1010101 | 111100 | 11001 | 1001010 | 10111 |
Color Harmonies of #65330F
Complementary color
Monochromatic Colors of #65330F
Black with #65330F
Text Example
Text Example
White with #65330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65330F; }
p { color: rgb(101,51,15); }
H1.HeaderClassName
{
color: #65330F;
}
.AnyTagClassName
{
color: #65330F;
}
</style>
background-color css
<style>
a { background-color: #65330F; }
a { background-color: rgb(101,51,15); }
div.DivClassName
{
background-color: #65330F;
}
.BgClassName
{
background-color: #65330F;
}
</style>
border-color css
<style>
span { border-color: #65330F; }
span { border-color: rgb(101,51,15); }
td.TdClassName
{
border-color: #65330F;
}
.TagClassName
{
border-color: #65330F;
}
</style>