Shades of Baker's Chocolate #603605
Tints of Baker's Chocolate #603605
RGB
CMYK
RGB Variations
Color information
#603605 (or 0x603605) is known color: Baker's Chocolate. HEX triplet: 60, 36 and 05. RGB value is (96,54,5). Sum of RGB (Red+Green+Blue) = 96+54+5=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #603605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603605 is #9FC9FA. Grayscale: #3D3D3D. Windows color (decimal): -10471931 or 341600. OLE color: 341600.
HSL color Cylindrical-coordinate representation of color #603605: hue angle of 32.31º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #603605 is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 54 | 5 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.62 |
| HSL | 32.31º | 0.9% | 0.2% | - |
| HSV(B) | 32.31º | 0.95% | 0.38% | - |
| XYZ | 6.17 | 5.14 | 0.81 | - |
| YUV | 60.97 | 96.41 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 54 | 5 | 0 | 0.44 | 0.95 | 0.62 | 32.31 | 0.9 | 0.2 |
| Hex | 60 | 36 | 5 | 0 | 2C | 5F | 3E | 20 | 5A | 14 |
| Octal | 140 | 66 | 5 | 0 | 54 | 137 | 76 | 40 | 132 | 24 |
| Binary | 1100000 | 110110 | 101 | 0 | 101100 | 1011111 | 111110 | 100000 | 1011010 | 10100 |
Color Harmonies of #603605
Complementary color
Monochromatic Colors of #603605
Black with #603605
Text Example
Text Example
White with #603605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603605; }
p { color: rgb(96,54,5); }
H1.HeaderClassName
{
color: #603605;
}
.AnyTagClassName
{
color: #603605;
}
</style>
background-color css
<style>
a { background-color: #603605; }
a { background-color: rgb(96,54,5); }
div.DivClassName
{
background-color: #603605;
}
.BgClassName
{
background-color: #603605;
}
</style>
border-color css
<style>
span { border-color: #603605; }
span { border-color: rgb(96,54,5); }
td.TdClassName
{
border-color: #603605;
}
.TagClassName
{
border-color: #603605;
}
</style>