Shades of Baker's Chocolate #6B2300
Tints of Baker's Chocolate #6B2300
RGB
CMYK
RGB Variations
Color information
#6B2300 (or 0x6B2300) is known color: Baker's Chocolate. HEX triplet: 6B, 23 and 00. RGB value is (107,35,0). Sum of RGB (Red+Green+Blue) = 107+35+0=142 (18% of max value = 765). Red value is 107 (42.19% from 255 or 75.35% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2300 is #94DCFF. Grayscale: #343434. Windows color (decimal): -9755904 or 9067. OLE color: 9067.
HSL color Cylindrical-coordinate representation of color #6B2300: hue angle of 19.63º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B2300 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 35 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.58 |
| HSL | 19.63º | 1% | 0.21% | - |
| HSV(B) | 19.63º | 1% | 0.42% | - |
| XYZ | 6.66 | 4.33 | 0.48 | - |
| YUV | 52.54 | 98.35 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 35 | 0 | 0 | 0.67 | 1 | 0.58 | 19.63 | 1 | 0.21 |
| Hex | 6B | 23 | 0 | 0 | 43 | 64 | 3A | 14 | 64 | 15 |
| Octal | 153 | 43 | 0 | 0 | 103 | 144 | 72 | 24 | 144 | 25 |
| Binary | 1101011 | 100011 | 0 | 0 | 1000011 | 1100100 | 111010 | 10100 | 1100100 | 10101 |
Color Harmonies of #6B2300
Complementary color
Monochromatic Colors of #6B2300
Black with #6B2300
Text Example
Text Example
White with #6B2300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2300; }
p { color: rgb(107,35,0); }
H1.HeaderClassName
{
color: #6B2300;
}
.AnyTagClassName
{
color: #6B2300;
}
</style>
background-color css
<style>
a { background-color: #6B2300; }
a { background-color: rgb(107,35,0); }
div.DivClassName
{
background-color: #6B2300;
}
.BgClassName
{
background-color: #6B2300;
}
</style>
border-color css
<style>
span { border-color: #6B2300; }
span { border-color: rgb(107,35,0); }
td.TdClassName
{
border-color: #6B2300;
}
.TagClassName
{
border-color: #6B2300;
}
</style>