Html Css Color HEX #693F20 Semi-Sweet Chocolate
📋 copy color: '#693F20'red 105 ◦ green 63 ◦ blue 32
Shades of Semi-Sweet Chocolate #693F20
Tints of Semi-Sweet Chocolate #693F20
RGB
CMYK
RGB Variations
Color information
#693F20 (or 0x693F20) is known color: Semi-Sweet Chocolate. HEX triplet: 69, 3F and 20. RGB value is (105,63,32). Sum of RGB (Red+Green+Blue) = 105+63+32=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #693F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F20 is #96C0DF. Grayscale: #484848. Windows color (decimal): -9879776 or 2113385. OLE color: 2113385.
HSL color Cylindrical-coordinate representation of color #693F20: hue angle of 25.48º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #693F20 is Cyan = 0, Magento = 0.4, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 63 | 32 | - |
| CMYK | 0 | 0.4 | 0.70 | 0.59 |
| HSL | 25.48º | 0.53% | 0.27% | - |
| HSV(B) | 25.48º | 0.7% | 0.41% | - |
| XYZ | 7.86 | 6.66 | 2.24 | - |
| YUV | 72.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 63 | 32 | 0 | 0.4 | 0.70 | 0.59 | 25.48 | 0.53 | 0.27 |
| Hex | 69 | 3F | 20 | 0 | 28 | 46 | 3B | 19 | 35 | 1B |
| Octal | 151 | 77 | 40 | 0 | 50 | 106 | 73 | 31 | 65 | 33 |
| Binary | 1101001 | 111111 | 100000 | 0 | 101000 | 1000110 | 111011 | 11001 | 110101 | 11011 |
Color Harmonies of #693F20
Complementary color
Monochromatic Colors of #693F20
Black with #693F20
Text Example
Text Example
White with #693F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693F20; }
p { color: rgb(105,63,32); }
H1.HeaderClassName
{
color: #693F20;
}
.AnyTagClassName
{
color: #693F20;
}
</style>
background-color css
<style>
a { background-color: #693F20; }
a { background-color: rgb(105,63,32); }
div.DivClassName
{
background-color: #693F20;
}
.BgClassName
{
background-color: #693F20;
}
</style>
border-color css
<style>
span { border-color: #693F20; }
span { border-color: rgb(105,63,32); }
td.TdClassName
{
border-color: #693F20;
}
.TagClassName
{
border-color: #693F20;
}
</style>