Html Css Color HEX #693C1E Semi-Sweet Chocolate
📋 copy color: '#693C1E'red 105 ◦ green 60 ◦ blue 30
Shades of Semi-Sweet Chocolate #693C1E
Tints of Semi-Sweet Chocolate #693C1E
RGB
CMYK
RGB Variations
Color information
#693C1E (or 0x693C1E) is known color: Semi-Sweet Chocolate. HEX triplet: 69, 3C and 1E. RGB value is (105,60,30). Sum of RGB (Red+Green+Blue) = 105+60+30=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #693C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C1E is #96C3E1. Grayscale: #464646. Windows color (decimal): -9880546 or 1981545. OLE color: 1981545.
HSL color Cylindrical-coordinate representation of color #693C1E: hue angle of 24º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #693C1E is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 60 | 30 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.59 |
| HSL | 24º | 0.56% | 0.26% | - |
| HSV(B) | 24º | 0.71% | 0.41% | - |
| XYZ | 7.68 | 6.33 | 2.05 | - |
| YUV | 70.04 | 105.41 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 30 | 0 | 0.43 | 0.71 | 0.59 | 24 | 0.56 | 0.26 |
| Hex | 69 | 3C | 1E | 0 | 2B | 47 | 3B | 18 | 38 | 1A |
| Octal | 151 | 74 | 36 | 0 | 53 | 107 | 73 | 30 | 70 | 32 |
| Binary | 1101001 | 111100 | 11110 | 0 | 101011 | 1000111 | 111011 | 11000 | 111000 | 11010 |
Color Harmonies of #693C1E
Complementary color
Monochromatic Colors of #693C1E
Black with #693C1E
Text Example
Text Example
White with #693C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693C1E; }
p { color: rgb(105,60,30); }
H1.HeaderClassName
{
color: #693C1E;
}
.AnyTagClassName
{
color: #693C1E;
}
</style>
background-color css
<style>
a { background-color: #693C1E; }
a { background-color: rgb(105,60,30); }
div.DivClassName
{
background-color: #693C1E;
}
.BgClassName
{
background-color: #693C1E;
}
</style>
border-color css
<style>
span { border-color: #693C1E; }
span { border-color: rgb(105,60,30); }
td.TdClassName
{
border-color: #693C1E;
}
.TagClassName
{
border-color: #693C1E;
}
</style>