Html Css Color HEX #6A462A Semi-Sweet Chocolate
📋 copy color: '#6A462A'red 106 ◦ green 70 ◦ blue 42
Shades of Semi-Sweet Chocolate #6A462A
Tints of Semi-Sweet Chocolate #6A462A
RGB
CMYK
RGB Variations
Color information
#6A462A (or 0x6A462A) is known color: Semi-Sweet Chocolate. HEX triplet: 6A, 46 and 2A. RGB value is (106,70,42). Sum of RGB (Red+Green+Blue) = 106+70+42=218 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.62% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 106 - color contains mainly: red. Hex color #6A462A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A462A is #95B9D5. Grayscale: #4D4D4D. Windows color (decimal): -9812438 or 2770538. OLE color: 2770538.
HSL color Cylindrical-coordinate representation of color #6A462A: hue angle of 26.25º 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 #6A462A is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 70 | 42 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.58 |
| HSL | 26.25º | 0.43% | 0.29% | - |
| HSV(B) | 26.25º | 0.6% | 0.42% | - |
| XYZ | 8.55 | 7.61 | 3.21 | - |
| YUV | 77.57 | 107.93 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 70 | 42 | 0 | 0.34 | 0.60 | 0.58 | 26.25 | 0.43 | 0.29 |
| Hex | 6A | 46 | 2A | 0 | 22 | 3C | 3A | 1A | 2B | 1D |
| Octal | 152 | 106 | 52 | 0 | 42 | 74 | 72 | 32 | 53 | 35 |
| Binary | 1101010 | 1000110 | 101010 | 0 | 100010 | 111100 | 111010 | 11010 | 101011 | 11101 |
Color Harmonies of #6A462A
Complementary color
Monochromatic Colors of #6A462A
Black with #6A462A
Text Example
Text Example
White with #6A462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A462A; }
p { color: rgb(106,70,42); }
H1.HeaderClassName
{
color: #6A462A;
}
.AnyTagClassName
{
color: #6A462A;
}
</style>
background-color css
<style>
a { background-color: #6A462A; }
a { background-color: rgb(106,70,42); }
div.DivClassName
{
background-color: #6A462A;
}
.BgClassName
{
background-color: #6A462A;
}
</style>
border-color css
<style>
span { border-color: #6A462A; }
span { border-color: rgb(106,70,42); }
td.TdClassName
{
border-color: #6A462A;
}
.TagClassName
{
border-color: #6A462A;
}
</style>