Html Css Color HEX #67402A Semi-Sweet Chocolate
📋 copy color: '#67402A'red 103 ◦ green 64 ◦ blue 42
Shades of Semi-Sweet Chocolate #67402A
Tints of Semi-Sweet Chocolate #67402A
RGB
CMYK
RGB Variations
Color information
#67402A (or 0x67402A) is known color: Semi-Sweet Chocolate. HEX triplet: 67, 40 and 2A. RGB value is (103,64,42). Sum of RGB (Red+Green+Blue) = 103+64+42=209 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.28% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 103 - color contains mainly: red. Hex color #67402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67402A is #98BFD5. Grayscale: #494949. Windows color (decimal): -10010582 or 2768999. OLE color: 2768999.
HSL color Cylindrical-coordinate representation of color #67402A: hue angle of 21.64º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67402A is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 64 | 42 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.60 |
| HSL | 21.64º | 0.42% | 0.28% | - |
| HSV(B) | 21.64º | 0.59% | 0.4% | - |
| XYZ | 7.84 | 6.72 | 3.07 | - |
| YUV | 73.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 64 | 42 | 0 | 0.38 | 0.59 | 0.60 | 21.64 | 0.42 | 0.28 |
| Hex | 67 | 40 | 2A | 0 | 26 | 3B | 3C | 16 | 2A | 1C |
| Octal | 147 | 100 | 52 | 0 | 46 | 73 | 74 | 26 | 52 | 34 |
| Binary | 1100111 | 1000000 | 101010 | 0 | 100110 | 111011 | 111100 | 10110 | 101010 | 11100 |
Color Harmonies of #67402A
Complementary color
Monochromatic Colors of #67402A
Black with #67402A
Text Example
Text Example
White with #67402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67402A; }
p { color: rgb(103,64,42); }
H1.HeaderClassName
{
color: #67402A;
}
.AnyTagClassName
{
color: #67402A;
}
</style>
background-color css
<style>
a { background-color: #67402A; }
a { background-color: rgb(103,64,42); }
div.DivClassName
{
background-color: #67402A;
}
.BgClassName
{
background-color: #67402A;
}
</style>
border-color css
<style>
span { border-color: #67402A; }
span { border-color: rgb(103,64,42); }
td.TdClassName
{
border-color: #67402A;
}
.TagClassName
{
border-color: #67402A;
}
</style>