Html Css Color HEX #69402D Semi-Sweet Chocolate
📋 copy color: '#69402D'red 105 ◦ green 64 ◦ blue 45
Shades of Semi-Sweet Chocolate #69402D
Tints of Semi-Sweet Chocolate #69402D
RGB
CMYK
RGB Variations
Color information
#69402D (or 0x69402D) is known color: Semi-Sweet Chocolate. HEX triplet: 69, 40 and 2D. RGB value is (105,64,45). Sum of RGB (Red+Green+Blue) = 105+64+45=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #69402D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69402D is #96BFD2. Grayscale: #4A4A4A. Windows color (decimal): -9879507 or 2965609. OLE color: 2965609.
HSL color Cylindrical-coordinate representation of color #69402D: hue angle of 19º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69402D is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 64 | 45 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.59 |
| HSL | 19º | 0.4% | 0.29% | - |
| HSV(B) | 19º | 0.57% | 0.41% | - |
| XYZ | 8.13 | 6.86 | 3.38 | - |
| YUV | 74.09 | 111.58 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 64 | 45 | 0 | 0.39 | 0.57 | 0.59 | 19 | 0.4 | 0.29 |
| Hex | 69 | 40 | 2D | 0 | 27 | 39 | 3B | 13 | 28 | 1D |
| Octal | 151 | 100 | 55 | 0 | 47 | 71 | 73 | 23 | 50 | 35 |
| Binary | 1101001 | 1000000 | 101101 | 0 | 100111 | 111001 | 111011 | 10011 | 101000 | 11101 |
Color Harmonies of #69402D
Complementary color
Monochromatic Colors of #69402D
Black with #69402D
Text Example
Text Example
White with #69402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69402D; }
p { color: rgb(105,64,45); }
H1.HeaderClassName
{
color: #69402D;
}
.AnyTagClassName
{
color: #69402D;
}
</style>
background-color css
<style>
a { background-color: #69402D; }
a { background-color: rgb(105,64,45); }
div.DivClassName
{
background-color: #69402D;
}
.BgClassName
{
background-color: #69402D;
}
</style>
border-color css
<style>
span { border-color: #69402D; }
span { border-color: rgb(105,64,45); }
td.TdClassName
{
border-color: #69402D;
}
.TagClassName
{
border-color: #69402D;
}
</style>