Html Css Color HEX #6A4128 Semi-Sweet Chocolate
📋 copy color: '#6A4128'red 106 ◦ green 65 ◦ blue 40
Shades of Semi-Sweet Chocolate #6A4128
Tints of Semi-Sweet Chocolate #6A4128
RGB
CMYK
RGB Variations
Color information
#6A4128 (or 0x6A4128) is known color: Semi-Sweet Chocolate. HEX triplet: 6A, 41 and 28. RGB value is (106,65,40). Sum of RGB (Red+Green+Blue) = 106+65+40=211 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.24% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4128 is #95BED7. Grayscale: #4A4A4A. Windows color (decimal): -9813720 or 2638186. OLE color: 2638186.
HSL color Cylindrical-coordinate representation of color #6A4128: hue angle of 22.73º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A4128 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 65 | 40 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.58 |
| HSL | 22.73º | 0.45% | 0.29% | - |
| HSV(B) | 22.73º | 0.62% | 0.42% | - |
| XYZ | 8.22 | 7 | 2.93 | - |
| YUV | 74.41 | 108.58 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 65 | 40 | 0 | 0.39 | 0.62 | 0.58 | 22.73 | 0.45 | 0.29 |
| Hex | 6A | 41 | 28 | 0 | 27 | 3E | 3A | 17 | 2D | 1D |
| Octal | 152 | 101 | 50 | 0 | 47 | 76 | 72 | 27 | 55 | 35 |
| Binary | 1101010 | 1000001 | 101000 | 0 | 100111 | 111110 | 111010 | 10111 | 101101 | 11101 |
Color Harmonies of #6A4128
Complementary color
Monochromatic Colors of #6A4128
Black with #6A4128
Text Example
Text Example
White with #6A4128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4128; }
p { color: rgb(106,65,40); }
H1.HeaderClassName
{
color: #6A4128;
}
.AnyTagClassName
{
color: #6A4128;
}
</style>
background-color css
<style>
a { background-color: #6A4128; }
a { background-color: rgb(106,65,40); }
div.DivClassName
{
background-color: #6A4128;
}
.BgClassName
{
background-color: #6A4128;
}
</style>
border-color css
<style>
span { border-color: #6A4128; }
span { border-color: rgb(106,65,40); }
td.TdClassName
{
border-color: #6A4128;
}
.TagClassName
{
border-color: #6A4128;
}
</style>