Html Css Color HEX #6B4026 Semi-Sweet Chocolate
📋 copy color: '#6B4026'red 107 ◦ green 64 ◦ blue 38
Shades of Semi-Sweet Chocolate #6B4026
Tints of Semi-Sweet Chocolate #6B4026
RGB
CMYK
RGB Variations
Color information
#6B4026 (or 0x6B4026) is known color: Semi-Sweet Chocolate. HEX triplet: 6B, 40 and 26. RGB value is (107,64,38). Sum of RGB (Red+Green+Blue) = 107+64+38=209 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.20% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4026 is #94BFD9. Grayscale: #4A4A4A. Windows color (decimal): -9748442 or 2506859. OLE color: 2506859.
HSL color Cylindrical-coordinate representation of color #6B4026: hue angle of 22.61º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B4026 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 64 | 38 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.58 |
| HSL | 22.61º | 0.48% | 0.28% | - |
| HSV(B) | 22.61º | 0.64% | 0.42% | - |
| XYZ | 8.25 | 6.93 | 2.74 | - |
| YUV | 73.89 | 107.75 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 64 | 38 | 0 | 0.40 | 0.64 | 0.58 | 22.61 | 0.48 | 0.28 |
| Hex | 6B | 40 | 26 | 0 | 28 | 40 | 3A | 17 | 30 | 1C |
| Octal | 153 | 100 | 46 | 0 | 50 | 100 | 72 | 27 | 60 | 34 |
| Binary | 1101011 | 1000000 | 100110 | 0 | 101000 | 1000000 | 111010 | 10111 | 110000 | 11100 |
Color Harmonies of #6B4026
Complementary color
Monochromatic Colors of #6B4026
Black with #6B4026
Text Example
Text Example
White with #6B4026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4026; }
p { color: rgb(107,64,38); }
H1.HeaderClassName
{
color: #6B4026;
}
.AnyTagClassName
{
color: #6B4026;
}
</style>
background-color css
<style>
a { background-color: #6B4026; }
a { background-color: rgb(107,64,38); }
div.DivClassName
{
background-color: #6B4026;
}
.BgClassName
{
background-color: #6B4026;
}
</style>
border-color css
<style>
span { border-color: #6B4026; }
span { border-color: rgb(107,64,38); }
td.TdClassName
{
border-color: #6B4026;
}
.TagClassName
{
border-color: #6B4026;
}
</style>