Html Css Color HEX #6B3F1F Semi-Sweet Chocolate
📋 copy color: '#6B3F1F'red 107 ◦ green 63 ◦ blue 31
Shades of Semi-Sweet Chocolate #6B3F1F
Tints of Semi-Sweet Chocolate #6B3F1F
RGB
CMYK
RGB Variations
Color information
#6B3F1F (or 0x6B3F1F) is known color: Semi-Sweet Chocolate. HEX triplet: 6B, 3F and 1F. RGB value is (107,63,31). Sum of RGB (Red+Green+Blue) = 107+63+31=201 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.23% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3F1F is #94C0E0. Grayscale: #484848. Windows color (decimal): -9748705 or 2047851. OLE color: 2047851.
HSL color Cylindrical-coordinate representation of color #6B3F1F: hue angle of 25.26º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B3F1F is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 63 | 31 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.58 |
| HSL | 25.26º | 0.55% | 0.27% | - |
| HSV(B) | 25.26º | 0.71% | 0.42% | - |
| XYZ | 8.09 | 6.78 | 2.18 | - |
| YUV | 72.51 | 104.58 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 63 | 31 | 0 | 0.41 | 0.71 | 0.58 | 25.26 | 0.55 | 0.27 |
| Hex | 6B | 3F | 1F | 0 | 29 | 47 | 3A | 19 | 37 | 1B |
| Octal | 153 | 77 | 37 | 0 | 51 | 107 | 72 | 31 | 67 | 33 |
| Binary | 1101011 | 111111 | 11111 | 0 | 101001 | 1000111 | 111010 | 11001 | 110111 | 11011 |
Color Harmonies of #6B3F1F
Complementary color
Monochromatic Colors of #6B3F1F
Black with #6B3F1F
Text Example
Text Example
White with #6B3F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3F1F; }
p { color: rgb(107,63,31); }
H1.HeaderClassName
{
color: #6B3F1F;
}
.AnyTagClassName
{
color: #6B3F1F;
}
</style>
background-color css
<style>
a { background-color: #6B3F1F; }
a { background-color: rgb(107,63,31); }
div.DivClassName
{
background-color: #6B3F1F;
}
.BgClassName
{
background-color: #6B3F1F;
}
</style>
border-color css
<style>
span { border-color: #6B3F1F; }
span { border-color: rgb(107,63,31); }
td.TdClassName
{
border-color: #6B3F1F;
}
.TagClassName
{
border-color: #6B3F1F;
}
</style>