Shades of Baker's Chocolate #632603
Tints of Baker's Chocolate #632603
RGB
CMYK
RGB Variations
Color information
#632603 (or 0x632603) is known color: Baker's Chocolate. HEX triplet: 63, 26 and 03. RGB value is (99,38,3). Sum of RGB (Red+Green+Blue) = 99+38+3=140 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.71% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 99 - color contains mainly: red. Hex color #632603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632603 is #9CD9FC. Grayscale: #343434. Windows color (decimal): -10279421 or 206435. OLE color: 206435.
HSL color Cylindrical-coordinate representation of color #632603: hue angle of 21.88º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #632603 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 38 | 3 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.61 |
| HSL | 21.88º | 0.94% | 0.2% | - |
| HSV(B) | 21.88º | 0.97% | 0.39% | - |
| XYZ | 5.86 | 4.05 | 0.56 | - |
| YUV | 52.25 | 100.21 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 38 | 3 | 0 | 0.62 | 0.97 | 0.61 | 21.88 | 0.94 | 0.2 |
| Hex | 63 | 26 | 3 | 0 | 3E | 61 | 3D | 16 | 5E | 14 |
| Octal | 143 | 46 | 3 | 0 | 76 | 141 | 75 | 26 | 136 | 24 |
| Binary | 1100011 | 100110 | 11 | 0 | 111110 | 1100001 | 111101 | 10110 | 1011110 | 10100 |
Color Harmonies of #632603
Complementary color
Monochromatic Colors of #632603
Black with #632603
Text Example
Text Example
White with #632603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632603; }
p { color: rgb(99,38,3); }
H1.HeaderClassName
{
color: #632603;
}
.AnyTagClassName
{
color: #632603;
}
</style>
background-color css
<style>
a { background-color: #632603; }
a { background-color: rgb(99,38,3); }
div.DivClassName
{
background-color: #632603;
}
.BgClassName
{
background-color: #632603;
}
</style>
border-color css
<style>
span { border-color: #632603; }
span { border-color: rgb(99,38,3); }
td.TdClassName
{
border-color: #632603;
}
.TagClassName
{
border-color: #632603;
}
</style>