Shades of Baker's Chocolate #6B2301
Tints of Baker's Chocolate #6B2301
RGB
CMYK
RGB Variations
Color information
#6B2301 (or 0x6B2301) is known color: Baker's Chocolate. HEX triplet: 6B, 23 and 01. RGB value is (107,35,1). Sum of RGB (Red+Green+Blue) = 107+35+1=143 (18% of max value = 765). Red value is 107 (42.19% from 255 or 74.83% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2301 is #94DCFE. Grayscale: #343434. Windows color (decimal): -9755903 or 74603. OLE color: 74603.
HSL color Cylindrical-coordinate representation of color #6B2301: hue angle of 19.25º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B2301 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 35 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.58 |
| HSL | 19.25º | 0.98% | 0.21% | - |
| HSV(B) | 19.25º | 0.99% | 0.42% | - |
| XYZ | 6.67 | 4.33 | 0.51 | - |
| YUV | 52.65 | 98.85 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 35 | 1 | 0 | 0.67 | 0.99 | 0.58 | 19.25 | 0.98 | 0.21 |
| Hex | 6B | 23 | 1 | 0 | 43 | 63 | 3A | 13 | 62 | 15 |
| Octal | 153 | 43 | 1 | 0 | 103 | 143 | 72 | 23 | 142 | 25 |
| Binary | 1101011 | 100011 | 1 | 0 | 1000011 | 1100011 | 111010 | 10011 | 1100010 | 10101 |
Color Harmonies of #6B2301
Complementary color
Monochromatic Colors of #6B2301
Black with #6B2301
Text Example
Text Example
White with #6B2301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2301; }
p { color: rgb(107,35,1); }
H1.HeaderClassName
{
color: #6B2301;
}
.AnyTagClassName
{
color: #6B2301;
}
</style>
background-color css
<style>
a { background-color: #6B2301; }
a { background-color: rgb(107,35,1); }
div.DivClassName
{
background-color: #6B2301;
}
.BgClassName
{
background-color: #6B2301;
}
</style>
border-color css
<style>
span { border-color: #6B2301; }
span { border-color: rgb(107,35,1); }
td.TdClassName
{
border-color: #6B2301;
}
.TagClassName
{
border-color: #6B2301;
}
</style>