Html Css Color HEX #6A452A Semi-Sweet Chocolate
📋 copy color: '#6A452A'red 106 ◦ green 69 ◦ blue 42
Shades of Semi-Sweet Chocolate #6A452A
Tints of Semi-Sweet Chocolate #6A452A
RGB
CMYK
RGB Variations
Color information
#6A452A (or 0x6A452A) is known color: Semi-Sweet Chocolate. HEX triplet: 6A, 45 and 2A. RGB value is (106,69,42). Sum of RGB (Red+Green+Blue) = 106+69+42=217 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.85% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 106 - color contains mainly: red. Hex color #6A452A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A452A is #95BAD5. Grayscale: #4D4D4D. Windows color (decimal): -9812694 or 2770282. OLE color: 2770282.
HSL color Cylindrical-coordinate representation of color #6A452A: hue angle of 25.31º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A452A is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 69 | 42 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.58 |
| HSL | 25.31º | 0.43% | 0.29% | - |
| HSV(B) | 25.31º | 0.6% | 0.42% | - |
| XYZ | 8.49 | 7.49 | 3.19 | - |
| YUV | 76.99 | 108.26 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 69 | 42 | 0 | 0.35 | 0.60 | 0.58 | 25.31 | 0.43 | 0.29 |
| Hex | 6A | 45 | 2A | 0 | 23 | 3C | 3A | 19 | 2B | 1D |
| Octal | 152 | 105 | 52 | 0 | 43 | 74 | 72 | 31 | 53 | 35 |
| Binary | 1101010 | 1000101 | 101010 | 0 | 100011 | 111100 | 111010 | 11001 | 101011 | 11101 |
Color Harmonies of #6A452A
Complementary color
Monochromatic Colors of #6A452A
Black with #6A452A
Text Example
Text Example
White with #6A452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A452A; }
p { color: rgb(106,69,42); }
H1.HeaderClassName
{
color: #6A452A;
}
.AnyTagClassName
{
color: #6A452A;
}
</style>
background-color css
<style>
a { background-color: #6A452A; }
a { background-color: rgb(106,69,42); }
div.DivClassName
{
background-color: #6A452A;
}
.BgClassName
{
background-color: #6A452A;
}
</style>
border-color css
<style>
span { border-color: #6A452A; }
span { border-color: rgb(106,69,42); }
td.TdClassName
{
border-color: #6A452A;
}
.TagClassName
{
border-color: #6A452A;
}
</style>