Shades of Baker's Chocolate #623805
Tints of Baker's Chocolate #623805
RGB
CMYK
RGB Variations
Color information
#623805 (or 0x623805) is known color: Baker's Chocolate. HEX triplet: 62, 38 and 05. RGB value is (98,56,5). Sum of RGB (Red+Green+Blue) = 98+56+5=159 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.64% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 98 - color contains mainly: red. Hex color #623805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623805 is #9DC7FA. Grayscale: #3E3E3E. Windows color (decimal): -10340347 or 342114. OLE color: 342114.
HSL color Cylindrical-coordinate representation of color #623805: hue angle of 32.9º 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 #623805 is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 56 | 5 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.62 |
| HSL | 32.9º | 0.9% | 0.2% | - |
| HSV(B) | 32.9º | 0.95% | 0.38% | - |
| XYZ | 6.48 | 5.44 | 0.85 | - |
| YUV | 62.74 | 95.41 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 56 | 5 | 0 | 0.43 | 0.95 | 0.62 | 32.9 | 0.9 | 0.2 |
| Hex | 62 | 38 | 5 | 0 | 2B | 5F | 3E | 21 | 5A | 14 |
| Octal | 142 | 70 | 5 | 0 | 53 | 137 | 76 | 41 | 132 | 24 |
| Binary | 1100010 | 111000 | 101 | 0 | 101011 | 1011111 | 111110 | 100001 | 1011010 | 10100 |
Color Harmonies of #623805
Complementary color
Monochromatic Colors of #623805
Black with #623805
Text Example
Text Example
White with #623805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623805; }
p { color: rgb(98,56,5); }
H1.HeaderClassName
{
color: #623805;
}
.AnyTagClassName
{
color: #623805;
}
</style>
background-color css
<style>
a { background-color: #623805; }
a { background-color: rgb(98,56,5); }
div.DivClassName
{
background-color: #623805;
}
.BgClassName
{
background-color: #623805;
}
</style>
border-color css
<style>
span { border-color: #623805; }
span { border-color: rgb(98,56,5); }
td.TdClassName
{
border-color: #623805;
}
.TagClassName
{
border-color: #623805;
}
</style>