Shades of Cork #614B3C
Tints of Cork #614B3C
RGB
CMYK
RGB Variations
Color information
#614B3C (or 0x614B3C) is known color: Cork. HEX triplet: 61, 4B and 3C. RGB value is (97,75,60). Sum of RGB (Red+Green+Blue) = 97+75+60=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #614B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614B3C is #9EB4C3. Grayscale: #4F4F4F. Windows color (decimal): -10400964 or 3951457. OLE color: 3951457.
HSL color Cylindrical-coordinate representation of color #614B3C: hue angle of 24.32º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #614B3C is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 75 | 60 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.62 |
| HSL | 24.32º | 0.24% | 0.31% | - |
| HSV(B) | 24.32º | 0.38% | 0.38% | - |
| XYZ | 8.26 | 7.9 | 5.36 | - |
| YUV | 79.87 | 116.79 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 60 | 0 | 0.23 | 0.38 | 0.62 | 24.32 | 0.24 | 0.31 |
| Hex | 61 | 4B | 3C | 0 | 17 | 26 | 3E | 18 | 18 | 1F |
| Octal | 141 | 113 | 74 | 0 | 27 | 46 | 76 | 30 | 30 | 37 |
| Binary | 1100001 | 1001011 | 111100 | 0 | 10111 | 100110 | 111110 | 11000 | 11000 | 11111 |
Color Harmonies of #614B3C
Complementary color
Monochromatic Colors of #614B3C
Black with #614B3C
Text Example
Text Example
White with #614B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614B3C; }
p { color: rgb(97,75,60); }
H1.HeaderClassName
{
color: #614B3C;
}
.AnyTagClassName
{
color: #614B3C;
}
</style>
background-color css
<style>
a { background-color: #614B3C; }
a { background-color: rgb(97,75,60); }
div.DivClassName
{
background-color: #614B3C;
}
.BgClassName
{
background-color: #614B3C;
}
</style>
border-color css
<style>
span { border-color: #614B3C; }
span { border-color: rgb(97,75,60); }
td.TdClassName
{
border-color: #614B3C;
}
.TagClassName
{
border-color: #614B3C;
}
</style>