Html Css Color HEX #694127 Semi-Sweet Chocolate
📋 copy color: '#694127'red 105 ◦ green 65 ◦ blue 39
Shades of Semi-Sweet Chocolate #694127
Tints of Semi-Sweet Chocolate #694127
RGB
CMYK
RGB Variations
Color information
#694127 (or 0x694127) is known color: Semi-Sweet Chocolate. HEX triplet: 69, 41 and 27. RGB value is (105,65,39). Sum of RGB (Red+Green+Blue) = 105+65+39=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #694127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694127 is #96BED8. Grayscale: #4A4A4A. Windows color (decimal): -9879257 or 2572649. OLE color: 2572649.
HSL color Cylindrical-coordinate representation of color #694127: hue angle of 23.64º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #694127 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 65 | 39 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.59 |
| HSL | 23.64º | 0.46% | 0.28% | - |
| HSV(B) | 23.64º | 0.63% | 0.41% | - |
| XYZ | 8.08 | 6.93 | 2.83 | - |
| YUV | 74 | 108.25 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 65 | 39 | 0 | 0.38 | 0.63 | 0.59 | 23.64 | 0.46 | 0.28 |
| Hex | 69 | 41 | 27 | 0 | 26 | 3F | 3B | 18 | 2E | 1C |
| Octal | 151 | 101 | 47 | 0 | 46 | 77 | 73 | 30 | 56 | 34 |
| Binary | 1101001 | 1000001 | 100111 | 0 | 100110 | 111111 | 111011 | 11000 | 101110 | 11100 |
Color Harmonies of #694127
Complementary color
Monochromatic Colors of #694127
Black with #694127
Text Example
Text Example
White with #694127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694127; }
p { color: rgb(105,65,39); }
H1.HeaderClassName
{
color: #694127;
}
.AnyTagClassName
{
color: #694127;
}
</style>
background-color css
<style>
a { background-color: #694127; }
a { background-color: rgb(105,65,39); }
div.DivClassName
{
background-color: #694127;
}
.BgClassName
{
background-color: #694127;
}
</style>
border-color css
<style>
span { border-color: #694127; }
span { border-color: rgb(105,65,39); }
td.TdClassName
{
border-color: #694127;
}
.TagClassName
{
border-color: #694127;
}
</style>