Html Css Color HEX #674428 Semi-Sweet Chocolate
📋 copy color: '#674428'red 103 ◦ green 68 ◦ blue 40
Shades of Semi-Sweet Chocolate #674428
Tints of Semi-Sweet Chocolate #674428
RGB
CMYK
RGB Variations
Color information
#674428 (or 0x674428) is known color: Semi-Sweet Chocolate. HEX triplet: 67, 44 and 28. RGB value is (103,68,40). Sum of RGB (Red+Green+Blue) = 103+68+40=211 (27% of max value = 765). Red value is 103 (40.62% from 255 or 48.82% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 103 - color contains mainly: red. Hex color #674428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674428 is #98BBD7. Grayscale: #4B4B4B. Windows color (decimal): -10009560 or 2638951. OLE color: 2638951.
HSL color Cylindrical-coordinate representation of color #674428: hue angle of 26.67º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #674428 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 68 | 40 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.60 |
| HSL | 26.67º | 0.44% | 0.28% | - |
| HSV(B) | 26.67º | 0.61% | 0.4% | - |
| XYZ | 8.04 | 7.17 | 2.97 | - |
| YUV | 75.27 | 108.1 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 68 | 40 | 0 | 0.34 | 0.61 | 0.60 | 26.67 | 0.44 | 0.28 |
| Hex | 67 | 44 | 28 | 0 | 22 | 3D | 3C | 1B | 2C | 1C |
| Octal | 147 | 104 | 50 | 0 | 42 | 75 | 74 | 33 | 54 | 34 |
| Binary | 1100111 | 1000100 | 101000 | 0 | 100010 | 111101 | 111100 | 11011 | 101100 | 11100 |
Color Harmonies of #674428
Complementary color
Monochromatic Colors of #674428
Black with #674428
Text Example
Text Example
White with #674428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674428; }
p { color: rgb(103,68,40); }
H1.HeaderClassName
{
color: #674428;
}
.AnyTagClassName
{
color: #674428;
}
</style>
background-color css
<style>
a { background-color: #674428; }
a { background-color: rgb(103,68,40); }
div.DivClassName
{
background-color: #674428;
}
.BgClassName
{
background-color: #674428;
}
</style>
border-color css
<style>
span { border-color: #674428; }
span { border-color: rgb(103,68,40); }
td.TdClassName
{
border-color: #674428;
}
.TagClassName
{
border-color: #674428;
}
</style>