Html Css Color HEX #6B4021 Semi-Sweet Chocolate
📋 copy color: '#6B4021'red 107 ◦ green 64 ◦ blue 33
Shades of Semi-Sweet Chocolate #6B4021
Tints of Semi-Sweet Chocolate #6B4021
RGB
CMYK
RGB Variations
Color information
#6B4021 (or 0x6B4021) is known color: Semi-Sweet Chocolate. HEX triplet: 6B, 40 and 21. RGB value is (107,64,33). Sum of RGB (Red+Green+Blue) = 107+64+33=204 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.45% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 33 (13.28% from 255 or 16.18% from 204); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4021 is #94BFDE. Grayscale: #494949. Windows color (decimal): -9748447 or 2179179. OLE color: 2179179.
HSL color Cylindrical-coordinate representation of color #6B4021: hue angle of 25.14º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B4021 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 64 | 33 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.58 |
| HSL | 25.14º | 0.53% | 0.27% | - |
| HSV(B) | 25.14º | 0.69% | 0.42% | - |
| XYZ | 8.17 | 6.9 | 2.34 | - |
| YUV | 73.32 | 105.25 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 64 | 33 | 0 | 0.40 | 0.69 | 0.58 | 25.14 | 0.53 | 0.27 |
| Hex | 6B | 40 | 21 | 0 | 28 | 45 | 3A | 19 | 35 | 1B |
| Octal | 153 | 100 | 41 | 0 | 50 | 105 | 72 | 31 | 65 | 33 |
| Binary | 1101011 | 1000000 | 100001 | 0 | 101000 | 1000101 | 111010 | 11001 | 110101 | 11011 |
Color Harmonies of #6B4021
Complementary color
Monochromatic Colors of #6B4021
Black with #6B4021
Text Example
Text Example
White with #6B4021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4021; }
p { color: rgb(107,64,33); }
H1.HeaderClassName
{
color: #6B4021;
}
.AnyTagClassName
{
color: #6B4021;
}
</style>
background-color css
<style>
a { background-color: #6B4021; }
a { background-color: rgb(107,64,33); }
div.DivClassName
{
background-color: #6B4021;
}
.BgClassName
{
background-color: #6B4021;
}
</style>
border-color css
<style>
span { border-color: #6B4021; }
span { border-color: rgb(107,64,33); }
td.TdClassName
{
border-color: #6B4021;
}
.TagClassName
{
border-color: #6B4021;
}
</style>