Html Css Color HEX #69422D Semi-Sweet Chocolate
📋 copy color: '#69422D'red 105 ◦ green 66 ◦ blue 45
Shades of Semi-Sweet Chocolate #69422D
Tints of Semi-Sweet Chocolate #69422D
RGB
CMYK
RGB Variations
Color information
#69422D (or 0x69422D) is known color: Semi-Sweet Chocolate. HEX triplet: 69, 42 and 2D. RGB value is (105,66,45). Sum of RGB (Red+Green+Blue) = 105+66+45=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #69422D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69422D is #96BDD2. Grayscale: #4B4B4B. Windows color (decimal): -9878995 or 2966121. OLE color: 2966121.
HSL color Cylindrical-coordinate representation of color #69422D: hue angle of 21º 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 #69422D is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 66 | 45 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.59 |
| HSL | 21º | 0.4% | 0.29% | - |
| HSV(B) | 21º | 0.57% | 0.41% | - |
| XYZ | 8.25 | 7.09 | 3.42 | - |
| YUV | 75.27 | 110.92 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 66 | 45 | 0 | 0.37 | 0.57 | 0.59 | 21 | 0.4 | 0.29 |
| Hex | 69 | 42 | 2D | 0 | 25 | 39 | 3B | 15 | 28 | 1D |
| Octal | 151 | 102 | 55 | 0 | 45 | 71 | 73 | 25 | 50 | 35 |
| Binary | 1101001 | 1000010 | 101101 | 0 | 100101 | 111001 | 111011 | 10101 | 101000 | 11101 |
Color Harmonies of #69422D
Complementary color
Monochromatic Colors of #69422D
Black with #69422D
Text Example
Text Example
White with #69422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69422D; }
p { color: rgb(105,66,45); }
H1.HeaderClassName
{
color: #69422D;
}
.AnyTagClassName
{
color: #69422D;
}
</style>
background-color css
<style>
a { background-color: #69422D; }
a { background-color: rgb(105,66,45); }
div.DivClassName
{
background-color: #69422D;
}
.BgClassName
{
background-color: #69422D;
}
</style>
border-color css
<style>
span { border-color: #69422D; }
span { border-color: rgb(105,66,45); }
td.TdClassName
{
border-color: #69422D;
}
.TagClassName
{
border-color: #69422D;
}
</style>