Html Css Color HEX #6B4222 Semi-Sweet Chocolate
📋 copy color: '#6B4222'red 107 ◦ green 66 ◦ blue 34
Shades of Semi-Sweet Chocolate #6B4222
Tints of Semi-Sweet Chocolate #6B4222
RGB
CMYK
RGB Variations
Color information
#6B4222 (or 0x6B4222) is known color: Semi-Sweet Chocolate. HEX triplet: 6B, 42 and 22. RGB value is (107,66,34). Sum of RGB (Red+Green+Blue) = 107+66+34=207 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.69% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 34 (13.67% from 255 or 16.43% from 207); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4222 is #94BDDD. Grayscale: #4A4A4A. Windows color (decimal): -9747934 or 2245227. OLE color: 2245227.
HSL color Cylindrical-coordinate representation of color #6B4222: hue angle of 26.3º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B4222 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 66 | 34 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.58 |
| HSL | 26.3º | 0.52% | 0.28% | - |
| HSV(B) | 26.3º | 0.68% | 0.42% | - |
| XYZ | 8.3 | 7.14 | 2.45 | - |
| YUV | 74.61 | 105.08 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 66 | 34 | 0 | 0.38 | 0.68 | 0.58 | 26.3 | 0.52 | 0.28 |
| Hex | 6B | 42 | 22 | 0 | 26 | 44 | 3A | 1A | 34 | 1C |
| Octal | 153 | 102 | 42 | 0 | 46 | 104 | 72 | 32 | 64 | 34 |
| Binary | 1101011 | 1000010 | 100010 | 0 | 100110 | 1000100 | 111010 | 11010 | 110100 | 11100 |
Color Harmonies of #6B4222
Complementary color
Monochromatic Colors of #6B4222
Black with #6B4222
Text Example
Text Example
White with #6B4222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4222; }
p { color: rgb(107,66,34); }
H1.HeaderClassName
{
color: #6B4222;
}
.AnyTagClassName
{
color: #6B4222;
}
</style>
background-color css
<style>
a { background-color: #6B4222; }
a { background-color: rgb(107,66,34); }
div.DivClassName
{
background-color: #6B4222;
}
.BgClassName
{
background-color: #6B4222;
}
</style>
border-color css
<style>
span { border-color: #6B4222; }
span { border-color: rgb(107,66,34); }
td.TdClassName
{
border-color: #6B4222;
}
.TagClassName
{
border-color: #6B4222;
}
</style>