Html Css Color HEX #653F25 Semi-Sweet Chocolate
📋 copy color: '#653F25'red 101 ◦ green 63 ◦ blue 37
Shades of Semi-Sweet Chocolate #653F25
Tints of Semi-Sweet Chocolate #653F25
RGB
CMYK
RGB Variations
Color information
#653F25 (or 0x653F25) is known color: Semi-Sweet Chocolate. HEX triplet: 65, 3F and 25. RGB value is (101,63,37). Sum of RGB (Red+Green+Blue) = 101+63+37=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #653F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653F25 is #9AC0DA. Grayscale: #474747. Windows color (decimal): -10141915 or 2441061. OLE color: 2441061.
HSL color Cylindrical-coordinate representation of color #653F25: hue angle of 24.38º 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 #653F25 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 63 | 37 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.60 |
| HSL | 24.38º | 0.46% | 0.27% | - |
| HSV(B) | 24.38º | 0.63% | 0.4% | - |
| XYZ | 7.48 | 6.46 | 2.6 | - |
| YUV | 71.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 37 | 0 | 0.38 | 0.63 | 0.60 | 24.38 | 0.46 | 0.27 |
| Hex | 65 | 3F | 25 | 0 | 26 | 3F | 3C | 18 | 2E | 1B |
| Octal | 145 | 77 | 45 | 0 | 46 | 77 | 74 | 30 | 56 | 33 |
| Binary | 1100101 | 111111 | 100101 | 0 | 100110 | 111111 | 111100 | 11000 | 101110 | 11011 |
Color Harmonies of #653F25
Complementary color
Monochromatic Colors of #653F25
Black with #653F25
Text Example
Text Example
White with #653F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653F25; }
p { color: rgb(101,63,37); }
H1.HeaderClassName
{
color: #653F25;
}
.AnyTagClassName
{
color: #653F25;
}
</style>
background-color css
<style>
a { background-color: #653F25; }
a { background-color: rgb(101,63,37); }
div.DivClassName
{
background-color: #653F25;
}
.BgClassName
{
background-color: #653F25;
}
</style>
border-color css
<style>
span { border-color: #653F25; }
span { border-color: rgb(101,63,37); }
td.TdClassName
{
border-color: #653F25;
}
.TagClassName
{
border-color: #653F25;
}
</style>