Html Css Color HEX #663D25 Semi-Sweet Chocolate
📋 copy color: '#663D25'red 102 ◦ green 61 ◦ blue 37
Shades of Semi-Sweet Chocolate #663D25
Tints of Semi-Sweet Chocolate #663D25
RGB
CMYK
RGB Variations
Color information
#663D25 (or 0x663D25) is known color: Semi-Sweet Chocolate. HEX triplet: 66, 3D and 25. RGB value is (102,61,37). Sum of RGB (Red+Green+Blue) = 102+61+37=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #663D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D25 is #99C2DA. Grayscale: #464646. Windows color (decimal): -10076891 or 2440550. OLE color: 2440550.
HSL color Cylindrical-coordinate representation of color #663D25: hue angle of 22.15º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #663D25 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 61 | 37 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.6 |
| HSL | 22.15º | 0.47% | 0.27% | - |
| HSV(B) | 22.15º | 0.64% | 0.4% | - |
| XYZ | 7.48 | 6.3 | 2.57 | - |
| YUV | 70.52 | 109.08 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 37 | 0 | 0.40 | 0.64 | 0.6 | 22.15 | 0.47 | 0.27 |
| Hex | 66 | 3D | 25 | 0 | 28 | 40 | 3C | 16 | 2F | 1B |
| Octal | 146 | 75 | 45 | 0 | 50 | 100 | 74 | 26 | 57 | 33 |
| Binary | 1100110 | 111101 | 100101 | 0 | 101000 | 1000000 | 111100 | 10110 | 101111 | 11011 |
Color Harmonies of #663D25
Complementary color
Monochromatic Colors of #663D25
Black with #663D25
Text Example
Text Example
White with #663D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D25; }
p { color: rgb(102,61,37); }
H1.HeaderClassName
{
color: #663D25;
}
.AnyTagClassName
{
color: #663D25;
}
</style>
background-color css
<style>
a { background-color: #663D25; }
a { background-color: rgb(102,61,37); }
div.DivClassName
{
background-color: #663D25;
}
.BgClassName
{
background-color: #663D25;
}
</style>
border-color css
<style>
span { border-color: #663D25; }
span { border-color: rgb(102,61,37); }
td.TdClassName
{
border-color: #663D25;
}
.TagClassName
{
border-color: #663D25;
}
</style>