Shades of Baker's Chocolate #662605
Tints of Baker's Chocolate #662605
RGB
CMYK
RGB Variations
Color information
#662605 (or 0x662605) is known color: Baker's Chocolate. HEX triplet: 66, 26 and 05. RGB value is (102,38,5). Sum of RGB (Red+Green+Blue) = 102+38+5=145 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.34% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 102 - color contains mainly: red. Hex color #662605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662605 is #99D9FA. Grayscale: #353535. Windows color (decimal): -10082811 or 337510. OLE color: 337510.
HSL color Cylindrical-coordinate representation of color #662605: hue angle of 20.41º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #662605 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 38 | 5 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.6 |
| HSL | 20.41º | 0.91% | 0.21% | - |
| HSV(B) | 20.41º | 0.95% | 0.4% | - |
| XYZ | 6.2 | 4.22 | 0.63 | - |
| YUV | 53.37 | 100.7 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 38 | 5 | 0 | 0.63 | 0.95 | 0.6 | 20.41 | 0.91 | 0.21 |
| Hex | 66 | 26 | 5 | 0 | 3F | 5F | 3C | 14 | 5B | 15 |
| Octal | 146 | 46 | 5 | 0 | 77 | 137 | 74 | 24 | 133 | 25 |
| Binary | 1100110 | 100110 | 101 | 0 | 111111 | 1011111 | 111100 | 10100 | 1011011 | 10101 |
Color Harmonies of #662605
Complementary color
Monochromatic Colors of #662605
Black with #662605
Text Example
Text Example
White with #662605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662605; }
p { color: rgb(102,38,5); }
H1.HeaderClassName
{
color: #662605;
}
.AnyTagClassName
{
color: #662605;
}
</style>
background-color css
<style>
a { background-color: #662605; }
a { background-color: rgb(102,38,5); }
div.DivClassName
{
background-color: #662605;
}
.BgClassName
{
background-color: #662605;
}
</style>
border-color css
<style>
span { border-color: #662605; }
span { border-color: rgb(102,38,5); }
td.TdClassName
{
border-color: #662605;
}
.TagClassName
{
border-color: #662605;
}
</style>