Html Css Color HEX #6B4125 Semi-Sweet Chocolate
📋 copy color: '#6B4125'red 107 ◦ green 65 ◦ blue 37
Shades of Semi-Sweet Chocolate #6B4125
Tints of Semi-Sweet Chocolate #6B4125
RGB
CMYK
RGB Variations
Color information
#6B4125 (or 0x6B4125) is known color: Semi-Sweet Chocolate. HEX triplet: 6B, 41 and 25. RGB value is (107,65,37). Sum of RGB (Red+Green+Blue) = 107+65+37=209 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.20% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 37 (14.84% from 255 or 17.70% from 209); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4125 is #94BEDA. Grayscale: #4A4A4A. Windows color (decimal): -9748187 or 2441579. OLE color: 2441579.
HSL color Cylindrical-coordinate representation of color #6B4125: hue angle of 24º 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 #6B4125 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 65 | 37 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.58 |
| HSL | 24º | 0.49% | 0.28% | - |
| HSV(B) | 24º | 0.65% | 0.42% | - |
| XYZ | 8.29 | 7.04 | 2.67 | - |
| YUV | 74.37 | 106.91 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 65 | 37 | 0 | 0.39 | 0.65 | 0.58 | 24 | 0.49 | 0.28 |
| Hex | 6B | 41 | 25 | 0 | 27 | 41 | 3A | 18 | 31 | 1C |
| Octal | 153 | 101 | 45 | 0 | 47 | 101 | 72 | 30 | 61 | 34 |
| Binary | 1101011 | 1000001 | 100101 | 0 | 100111 | 1000001 | 111010 | 11000 | 110001 | 11100 |
Color Harmonies of #6B4125
Complementary color
Monochromatic Colors of #6B4125
Black with #6B4125
Text Example
Text Example
White with #6B4125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4125; }
p { color: rgb(107,65,37); }
H1.HeaderClassName
{
color: #6B4125;
}
.AnyTagClassName
{
color: #6B4125;
}
</style>
background-color css
<style>
a { background-color: #6B4125; }
a { background-color: rgb(107,65,37); }
div.DivClassName
{
background-color: #6B4125;
}
.BgClassName
{
background-color: #6B4125;
}
</style>
border-color css
<style>
span { border-color: #6B4125; }
span { border-color: rgb(107,65,37); }
td.TdClassName
{
border-color: #6B4125;
}
.TagClassName
{
border-color: #6B4125;
}
</style>