Html Css Color HEX #653D25 Semi-Sweet Chocolate
📋 copy color: '#653D25'red 101 ◦ green 61 ◦ blue 37
Shades of Semi-Sweet Chocolate #653D25
Tints of Semi-Sweet Chocolate #653D25
RGB
CMYK
RGB Variations
Color information
#653D25 (or 0x653D25) is known color: Semi-Sweet Chocolate. HEX triplet: 65, 3D and 25. RGB value is (101,61,37). Sum of RGB (Red+Green+Blue) = 101+61+37=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #653D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653D25 is #9AC2DA. Grayscale: #464646. Windows color (decimal): -10142427 or 2440549. OLE color: 2440549.
HSL color Cylindrical-coordinate representation of color #653D25: hue angle of 22.5º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #653D25 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 61 | 37 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.60 |
| HSL | 22.5º | 0.46% | 0.27% | - |
| HSV(B) | 22.5º | 0.63% | 0.4% | - |
| XYZ | 7.37 | 6.24 | 2.57 | - |
| YUV | 70.22 | 109.25 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 37 | 0 | 0.40 | 0.63 | 0.60 | 22.5 | 0.46 | 0.27 |
| Hex | 65 | 3D | 25 | 0 | 28 | 3F | 3C | 16 | 2E | 1B |
| Octal | 145 | 75 | 45 | 0 | 50 | 77 | 74 | 26 | 56 | 33 |
| Binary | 1100101 | 111101 | 100101 | 0 | 101000 | 111111 | 111100 | 10110 | 101110 | 11011 |
Color Harmonies of #653D25
Complementary color
Monochromatic Colors of #653D25
Black with #653D25
Text Example
Text Example
White with #653D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653D25; }
p { color: rgb(101,61,37); }
H1.HeaderClassName
{
color: #653D25;
}
.AnyTagClassName
{
color: #653D25;
}
</style>
background-color css
<style>
a { background-color: #653D25; }
a { background-color: rgb(101,61,37); }
div.DivClassName
{
background-color: #653D25;
}
.BgClassName
{
background-color: #653D25;
}
</style>
border-color css
<style>
span { border-color: #653D25; }
span { border-color: rgb(101,61,37); }
td.TdClassName
{
border-color: #653D25;
}
.TagClassName
{
border-color: #653D25;
}
</style>