Html Css Color HEX #6B462D Semi-Sweet Chocolate
📋 copy color: '#6B462D'red 107 ◦ green 70 ◦ blue 45
Shades of Semi-Sweet Chocolate #6B462D
Tints of Semi-Sweet Chocolate #6B462D
RGB
CMYK
RGB Variations
Color information
#6B462D (or 0x6B462D) is known color: Semi-Sweet Chocolate. HEX triplet: 6B, 46 and 2D. RGB value is (107,70,45). Sum of RGB (Red+Green+Blue) = 107+70+45=222 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.20% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 107 - color contains mainly: red. Hex color #6B462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B462D is #94B9D2. Grayscale: #4E4E4E. Windows color (decimal): -9746899 or 2967147. OLE color: 2967147.
HSL color Cylindrical-coordinate representation of color #6B462D: hue angle of 24.19º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B462D is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 70 | 45 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.58 |
| HSL | 24.19º | 0.41% | 0.3% | - |
| HSV(B) | 24.19º | 0.58% | 0.42% | - |
| XYZ | 8.73 | 7.7 | 3.51 | - |
| YUV | 78.21 | 109.26 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 70 | 45 | 0 | 0.35 | 0.58 | 0.58 | 24.19 | 0.41 | 0.3 |
| Hex | 6B | 46 | 2D | 0 | 23 | 3A | 3A | 18 | 29 | 1E |
| Octal | 153 | 106 | 55 | 0 | 43 | 72 | 72 | 30 | 51 | 36 |
| Binary | 1101011 | 1000110 | 101101 | 0 | 100011 | 111010 | 111010 | 11000 | 101001 | 11110 |
Color Harmonies of #6B462D
Complementary color
Monochromatic Colors of #6B462D
Black with #6B462D
Text Example
Text Example
White with #6B462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B462D; }
p { color: rgb(107,70,45); }
H1.HeaderClassName
{
color: #6B462D;
}
.AnyTagClassName
{
color: #6B462D;
}
</style>
background-color css
<style>
a { background-color: #6B462D; }
a { background-color: rgb(107,70,45); }
div.DivClassName
{
background-color: #6B462D;
}
.BgClassName
{
background-color: #6B462D;
}
</style>
border-color css
<style>
span { border-color: #6B462D; }
span { border-color: rgb(107,70,45); }
td.TdClassName
{
border-color: #6B462D;
}
.TagClassName
{
border-color: #6B462D;
}
</style>