Shades of Cork #604A3E
Tints of Cork #604A3E
RGB
CMYK
RGB Variations
Color information
#604A3E (or 0x604A3E) is known color: Cork. HEX triplet: 60, 4A and 3E. RGB value is (96,74,62). Sum of RGB (Red+Green+Blue) = 96+74+62=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #604A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A3E is #9FB5C1. Grayscale: #4F4F4F. Windows color (decimal): -10466754 or 4082272. OLE color: 4082272.
HSL color Cylindrical-coordinate representation of color #604A3E: hue angle of 21.18º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #604A3E is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 74 | 62 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.62 |
| HSL | 21.18º | 0.22% | 0.31% | - |
| HSV(B) | 21.18º | 0.35% | 0.38% | - |
| XYZ | 8.14 | 7.73 | 5.62 | - |
| YUV | 79.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 74 | 62 | 0 | 0.23 | 0.35 | 0.62 | 21.18 | 0.22 | 0.31 |
| Hex | 60 | 4A | 3E | 0 | 17 | 23 | 3E | 15 | 16 | 1F |
| Octal | 140 | 112 | 76 | 0 | 27 | 43 | 76 | 25 | 26 | 37 |
| Binary | 1100000 | 1001010 | 111110 | 0 | 10111 | 100011 | 111110 | 10101 | 10110 | 11111 |
Color Harmonies of #604A3E
Complementary color
Monochromatic Colors of #604A3E
Black with #604A3E
Text Example
Text Example
White with #604A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604A3E; }
p { color: rgb(96,74,62); }
H1.HeaderClassName
{
color: #604A3E;
}
.AnyTagClassName
{
color: #604A3E;
}
</style>
background-color css
<style>
a { background-color: #604A3E; }
a { background-color: rgb(96,74,62); }
div.DivClassName
{
background-color: #604A3E;
}
.BgClassName
{
background-color: #604A3E;
}
</style>
border-color css
<style>
span { border-color: #604A3E; }
span { border-color: rgb(96,74,62); }
td.TdClassName
{
border-color: #604A3E;
}
.TagClassName
{
border-color: #604A3E;
}
</style>