Html Css Color HEX #6B4028 Semi-Sweet Chocolate
📋 copy color: '#6B4028'red 107 ◦ green 64 ◦ blue 40
Shades of Semi-Sweet Chocolate #6B4028
Tints of Semi-Sweet Chocolate #6B4028
RGB
CMYK
RGB Variations
Color information
#6B4028 (or 0x6B4028) is known color: Semi-Sweet Chocolate. HEX triplet: 6B, 40 and 28. RGB value is (107,64,40). Sum of RGB (Red+Green+Blue) = 107+64+40=211 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.71% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4028 is #94BFD7. Grayscale: #4A4A4A. Windows color (decimal): -9748440 or 2637931. OLE color: 2637931.
HSL color Cylindrical-coordinate representation of color #6B4028: hue angle of 21.49º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B4028 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 64 | 40 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.58 |
| HSL | 21.49º | 0.46% | 0.29% | - |
| HSV(B) | 21.49º | 0.63% | 0.42% | - |
| XYZ | 8.28 | 6.95 | 2.91 | - |
| YUV | 74.12 | 108.75 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 64 | 40 | 0 | 0.40 | 0.63 | 0.58 | 21.49 | 0.46 | 0.29 |
| Hex | 6B | 40 | 28 | 0 | 28 | 3F | 3A | 15 | 2E | 1D |
| Octal | 153 | 100 | 50 | 0 | 50 | 77 | 72 | 25 | 56 | 35 |
| Binary | 1101011 | 1000000 | 101000 | 0 | 101000 | 111111 | 111010 | 10101 | 101110 | 11101 |
Color Harmonies of #6B4028
Complementary color
Monochromatic Colors of #6B4028
Black with #6B4028
Text Example
Text Example
White with #6B4028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4028; }
p { color: rgb(107,64,40); }
H1.HeaderClassName
{
color: #6B4028;
}
.AnyTagClassName
{
color: #6B4028;
}
</style>
background-color css
<style>
a { background-color: #6B4028; }
a { background-color: rgb(107,64,40); }
div.DivClassName
{
background-color: #6B4028;
}
.BgClassName
{
background-color: #6B4028;
}
</style>
border-color css
<style>
span { border-color: #6B4028; }
span { border-color: rgb(107,64,40); }
td.TdClassName
{
border-color: #6B4028;
}
.TagClassName
{
border-color: #6B4028;
}
</style>