Shades of Baker's Chocolate #6B3203
Tints of Baker's Chocolate #6B3203
RGB
CMYK
RGB Variations
Color information
#6B3203 (or 0x6B3203) is known color: Baker's Chocolate. HEX triplet: 6B, 32 and 03. RGB value is (107,50,3). Sum of RGB (Red+Green+Blue) = 107+50+3=160 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.88% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 3 (1.56% from 255 or 1.88% from 160); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3203 is #94CDFC. Grayscale: #3D3D3D. Windows color (decimal): -9752061 or 209515. OLE color: 209515.
HSL color Cylindrical-coordinate representation of color #6B3203: hue angle of 27.12º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B3203 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 50 | 3 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.58 |
| HSL | 27.12º | 0.95% | 0.22% | - |
| HSV(B) | 27.12º | 0.97% | 0.42% | - |
| XYZ | 7.22 | 5.41 | 0.75 | - |
| YUV | 61.69 | 94.88 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 50 | 3 | 0 | 0.53 | 0.97 | 0.58 | 27.12 | 0.95 | 0.22 |
| Hex | 6B | 32 | 3 | 0 | 35 | 61 | 3A | 1B | 5F | 16 |
| Octal | 153 | 62 | 3 | 0 | 65 | 141 | 72 | 33 | 137 | 26 |
| Binary | 1101011 | 110010 | 11 | 0 | 110101 | 1100001 | 111010 | 11011 | 1011111 | 10110 |
Color Harmonies of #6B3203
Complementary color
Monochromatic Colors of #6B3203
Black with #6B3203
Text Example
Text Example
White with #6B3203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3203; }
p { color: rgb(107,50,3); }
H1.HeaderClassName
{
color: #6B3203;
}
.AnyTagClassName
{
color: #6B3203;
}
</style>
background-color css
<style>
a { background-color: #6B3203; }
a { background-color: rgb(107,50,3); }
div.DivClassName
{
background-color: #6B3203;
}
.BgClassName
{
background-color: #6B3203;
}
</style>
border-color css
<style>
span { border-color: #6B3203; }
span { border-color: rgb(107,50,3); }
td.TdClassName
{
border-color: #6B3203;
}
.TagClassName
{
border-color: #6B3203;
}
</style>