Html Css Color HEX #6B4425 Semi-Sweet Chocolate
📋 copy color: '#6B4425'red 107 ◦ green 68 ◦ blue 37
Shades of Semi-Sweet Chocolate #6B4425
Tints of Semi-Sweet Chocolate #6B4425
RGB
CMYK
RGB Variations
Color information
#6B4425 (or 0x6B4425) is known color: Semi-Sweet Chocolate. HEX triplet: 6B, 44 and 25. RGB value is (107,68,37). Sum of RGB (Red+Green+Blue) = 107+68+37=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4425 is #94BBDA. Grayscale: #4C4C4C. Windows color (decimal): -9747419 or 2442347. OLE color: 2442347.
HSL color Cylindrical-coordinate representation of color #6B4425: hue angle of 26.57º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B4425 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 68 | 37 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.58 |
| HSL | 26.57º | 0.49% | 0.28% | - |
| HSV(B) | 26.57º | 0.65% | 0.42% | - |
| XYZ | 8.46 | 7.39 | 2.73 | - |
| YUV | 76.13 | 105.92 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 68 | 37 | 0 | 0.36 | 0.65 | 0.58 | 26.57 | 0.49 | 0.28 |
| Hex | 6B | 44 | 25 | 0 | 24 | 41 | 3A | 1B | 31 | 1C |
| Octal | 153 | 104 | 45 | 0 | 44 | 101 | 72 | 33 | 61 | 34 |
| Binary | 1101011 | 1000100 | 100101 | 0 | 100100 | 1000001 | 111010 | 11011 | 110001 | 11100 |
Color Harmonies of #6B4425
Complementary color
Monochromatic Colors of #6B4425
Black with #6B4425
Text Example
Text Example
White with #6B4425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4425; }
p { color: rgb(107,68,37); }
H1.HeaderClassName
{
color: #6B4425;
}
.AnyTagClassName
{
color: #6B4425;
}
</style>
background-color css
<style>
a { background-color: #6B4425; }
a { background-color: rgb(107,68,37); }
div.DivClassName
{
background-color: #6B4425;
}
.BgClassName
{
background-color: #6B4425;
}
</style>
border-color css
<style>
span { border-color: #6B4425; }
span { border-color: rgb(107,68,37); }
td.TdClassName
{
border-color: #6B4425;
}
.TagClassName
{
border-color: #6B4425;
}
</style>