Html Css Color HEX #674128 Semi-Sweet Chocolate
📋 copy color: '#674128'red 103 ◦ green 65 ◦ blue 40
Shades of Semi-Sweet Chocolate #674128
Tints of Semi-Sweet Chocolate #674128
RGB
CMYK
RGB Variations
Color information
#674128 (or 0x674128) is known color: Semi-Sweet Chocolate. HEX triplet: 67, 41 and 28. RGB value is (103,65,40). Sum of RGB (Red+Green+Blue) = 103+65+40=208 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.52% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 103 - color contains mainly: red. Hex color #674128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674128 is #98BED7. Grayscale: #494949. Windows color (decimal): -10010328 or 2638183. OLE color: 2638183.
HSL color Cylindrical-coordinate representation of color #674128: hue angle of 23.81º 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 #674128 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 65 | 40 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.60 |
| HSL | 23.81º | 0.44% | 0.28% | - |
| HSV(B) | 23.81º | 0.61% | 0.4% | - |
| XYZ | 7.87 | 6.82 | 2.91 | - |
| YUV | 73.51 | 109.09 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 65 | 40 | 0 | 0.37 | 0.61 | 0.60 | 23.81 | 0.44 | 0.28 |
| Hex | 67 | 41 | 28 | 0 | 25 | 3D | 3C | 18 | 2C | 1C |
| Octal | 147 | 101 | 50 | 0 | 45 | 75 | 74 | 30 | 54 | 34 |
| Binary | 1100111 | 1000001 | 101000 | 0 | 100101 | 111101 | 111100 | 11000 | 101100 | 11100 |
Color Harmonies of #674128
Complementary color
Monochromatic Colors of #674128
Black with #674128
Text Example
Text Example
White with #674128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674128; }
p { color: rgb(103,65,40); }
H1.HeaderClassName
{
color: #674128;
}
.AnyTagClassName
{
color: #674128;
}
</style>
background-color css
<style>
a { background-color: #674128; }
a { background-color: rgb(103,65,40); }
div.DivClassName
{
background-color: #674128;
}
.BgClassName
{
background-color: #674128;
}
</style>
border-color css
<style>
span { border-color: #674128; }
span { border-color: rgb(103,65,40); }
td.TdClassName
{
border-color: #674128;
}
.TagClassName
{
border-color: #674128;
}
</style>