Shades of Baker's Chocolate #603800
Tints of Baker's Chocolate #603800
RGB
CMYK
RGB Variations
Color information
#603800 (or 0x603800) is known color: Baker's Chocolate. HEX triplet: 60, 38 and 00. RGB value is (96,56,0). Sum of RGB (Red+Green+Blue) = 96+56+0=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #603800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603800 is #9FC7FF. Grayscale: #3D3D3D. Windows color (decimal): -10471424 or 14432. OLE color: 14432.
HSL color Cylindrical-coordinate representation of color #603800: hue angle of 35º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #603800 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 56 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.62 |
| HSL | 35º | 1% | 0.19% | - |
| HSV(B) | 35º | 1% | 0.38% | - |
| XYZ | 6.24 | 5.32 | 0.7 | - |
| YUV | 61.58 | 93.25 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 56 | 0 | 0 | 0.42 | 1 | 0.62 | 35 | 1 | 0.19 |
| Hex | 60 | 38 | 0 | 0 | 2A | 64 | 3E | 23 | 64 | 13 |
| Octal | 140 | 70 | 0 | 0 | 52 | 144 | 76 | 43 | 144 | 23 |
| Binary | 1100000 | 111000 | 0 | 0 | 101010 | 1100100 | 111110 | 100011 | 1100100 | 10011 |
Color Harmonies of #603800
Complementary color
Monochromatic Colors of #603800
Black with #603800
Text Example
Text Example
White with #603800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603800; }
p { color: rgb(96,56,0); }
H1.HeaderClassName
{
color: #603800;
}
.AnyTagClassName
{
color: #603800;
}
</style>
background-color css
<style>
a { background-color: #603800; }
a { background-color: rgb(96,56,0); }
div.DivClassName
{
background-color: #603800;
}
.BgClassName
{
background-color: #603800;
}
</style>
border-color css
<style>
span { border-color: #603800; }
span { border-color: rgb(96,56,0); }
td.TdClassName
{
border-color: #603800;
}
.TagClassName
{
border-color: #603800;
}
</style>