Html Css Color HEX #6B4022 Semi-Sweet Chocolate
📋 copy color: '#6B4022'red 107 ◦ green 64 ◦ blue 34
Shades of Semi-Sweet Chocolate #6B4022
Tints of Semi-Sweet Chocolate #6B4022
RGB
CMYK
RGB Variations
Color information
#6B4022 (or 0x6B4022) is known color: Semi-Sweet Chocolate. HEX triplet: 6B, 40 and 22. RGB value is (107,64,34). Sum of RGB (Red+Green+Blue) = 107+64+34=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4022 is #94BFDD. Grayscale: #494949. Windows color (decimal): -9748446 or 2244715. OLE color: 2244715.
HSL color Cylindrical-coordinate representation of color #6B4022: hue angle of 24.66º 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 #6B4022 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 64 | 34 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.58 |
| HSL | 24.66º | 0.52% | 0.28% | - |
| HSV(B) | 24.66º | 0.68% | 0.42% | - |
| XYZ | 8.19 | 6.91 | 2.42 | - |
| YUV | 73.44 | 105.75 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 64 | 34 | 0 | 0.40 | 0.68 | 0.58 | 24.66 | 0.52 | 0.28 |
| Hex | 6B | 40 | 22 | 0 | 28 | 44 | 3A | 19 | 34 | 1C |
| Octal | 153 | 100 | 42 | 0 | 50 | 104 | 72 | 31 | 64 | 34 |
| Binary | 1101011 | 1000000 | 100010 | 0 | 101000 | 1000100 | 111010 | 11001 | 110100 | 11100 |
Color Harmonies of #6B4022
Complementary color
Monochromatic Colors of #6B4022
Black with #6B4022
Text Example
Text Example
White with #6B4022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4022; }
p { color: rgb(107,64,34); }
H1.HeaderClassName
{
color: #6B4022;
}
.AnyTagClassName
{
color: #6B4022;
}
</style>
background-color css
<style>
a { background-color: #6B4022; }
a { background-color: rgb(107,64,34); }
div.DivClassName
{
background-color: #6B4022;
}
.BgClassName
{
background-color: #6B4022;
}
</style>
border-color css
<style>
span { border-color: #6B4022; }
span { border-color: rgb(107,64,34); }
td.TdClassName
{
border-color: #6B4022;
}
.TagClassName
{
border-color: #6B4022;
}
</style>