Shades of Cork #614A3D
Tints of Cork #614A3D
RGB
CMYK
RGB Variations
Color information
#614A3D (or 0x614A3D) is known color: Cork. HEX triplet: 61, 4A and 3D. RGB value is (97,74,61). Sum of RGB (Red+Green+Blue) = 97+74+61=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #614A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A3D is #9EB5C2. Grayscale: #4F4F4F. Windows color (decimal): -10401219 or 4016737. OLE color: 4016737.
HSL color Cylindrical-coordinate representation of color #614A3D: hue angle of 21.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #614A3D is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 61 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.62 |
| HSL | 21.67º | 0.23% | 0.31% | - |
| HSV(B) | 21.67º | 0.37% | 0.38% | - |
| XYZ | 8.22 | 7.78 | 5.48 | - |
| YUV | 79.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 61 | 0 | 0.24 | 0.37 | 0.62 | 21.67 | 0.23 | 0.31 |
| Hex | 61 | 4A | 3D | 0 | 18 | 25 | 3E | 16 | 17 | 1F |
| Octal | 141 | 112 | 75 | 0 | 30 | 45 | 76 | 26 | 27 | 37 |
| Binary | 1100001 | 1001010 | 111101 | 0 | 11000 | 100101 | 111110 | 10110 | 10111 | 11111 |
Color Harmonies of #614A3D
Complementary color
Monochromatic Colors of #614A3D
Black with #614A3D
Text Example
Text Example
White with #614A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A3D; }
p { color: rgb(97,74,61); }
H1.HeaderClassName
{
color: #614A3D;
}
.AnyTagClassName
{
color: #614A3D;
}
</style>
background-color css
<style>
a { background-color: #614A3D; }
a { background-color: rgb(97,74,61); }
div.DivClassName
{
background-color: #614A3D;
}
.BgClassName
{
background-color: #614A3D;
}
</style>
border-color css
<style>
span { border-color: #614A3D; }
span { border-color: rgb(97,74,61); }
td.TdClassName
{
border-color: #614A3D;
}
.TagClassName
{
border-color: #614A3D;
}
</style>