Html Css Color HEX #6B4528 Semi-Sweet Chocolate
📋 copy color: '#6B4528'red 107 ◦ green 69 ◦ blue 40
Shades of Semi-Sweet Chocolate #6B4528
Tints of Semi-Sweet Chocolate #6B4528
RGB
CMYK
RGB Variations
Color information
#6B4528 (or 0x6B4528) is known color: Semi-Sweet Chocolate. HEX triplet: 6B, 45 and 28. RGB value is (107,69,40). Sum of RGB (Red+Green+Blue) = 107+69+40=216 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.54% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4528 is #94BAD7. Grayscale: #4D4D4D. Windows color (decimal): -9747160 or 2639211. OLE color: 2639211.
HSL color Cylindrical-coordinate representation of color #6B4528: hue angle of 25.97º 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 #6B4528 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 69 | 40 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.58 |
| HSL | 25.97º | 0.46% | 0.29% | - |
| HSV(B) | 25.97º | 0.63% | 0.42% | - |
| XYZ | 8.57 | 7.54 | 3.01 | - |
| YUV | 77.06 | 107.09 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 69 | 40 | 0 | 0.36 | 0.63 | 0.58 | 25.97 | 0.46 | 0.29 |
| Hex | 6B | 45 | 28 | 0 | 24 | 3F | 3A | 1A | 2E | 1D |
| Octal | 153 | 105 | 50 | 0 | 44 | 77 | 72 | 32 | 56 | 35 |
| Binary | 1101011 | 1000101 | 101000 | 0 | 100100 | 111111 | 111010 | 11010 | 101110 | 11101 |
Color Harmonies of #6B4528
Complementary color
Monochromatic Colors of #6B4528
Black with #6B4528
Text Example
Text Example
White with #6B4528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4528; }
p { color: rgb(107,69,40); }
H1.HeaderClassName
{
color: #6B4528;
}
.AnyTagClassName
{
color: #6B4528;
}
</style>
background-color css
<style>
a { background-color: #6B4528; }
a { background-color: rgb(107,69,40); }
div.DivClassName
{
background-color: #6B4528;
}
.BgClassName
{
background-color: #6B4528;
}
</style>
border-color css
<style>
span { border-color: #6B4528; }
span { border-color: rgb(107,69,40); }
td.TdClassName
{
border-color: #6B4528;
}
.TagClassName
{
border-color: #6B4528;
}
</style>