#614E40

Color #614E40 Cork (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cork #614E40

Tints of Cork #614E40

Color information

#614E40 (or 0x614E40) is unknown color: approx Cork. HEX triplet: 61, 4E and 40. RGB value is (97,78,64). Sum of RGB (Red+Green+Blue) = 97+78+64=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 97 - color contains mainly: red. Hex color #614E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E40 is #9EB1BF. Grayscale: #525252. Windows color (decimal): -10400192 or 4214369. OLE color: 4214369.

HSL color Cylindrical-coordinate representation of color #614E40: hue angle of 25.45º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #614E40 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB977864-
CMYK00.200.340.62
HSL25.45º20.5%31.57%-
HSV(B)25.45º34.02%38.04%-
XYZ8.588.366.01-
YUV82.08117.79138.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 40.59%
GREEN value IS 78 (30.86% from 255) = 32.64%
BLUE value IS 64 (25.39% from 255) = 26.78%
R=40.59%
G=32.64%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97786400.200.340.6225.4520.531.57
Hex614E40014223E191420
Octal1411161000244276312440
Binary1100001100111010000000101001000101111101100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614E40; }

 p { color: rgb(97,78,64); }

 H1.HeaderClassName
 {
   color: #614E40;
 }
 .AnyTagClassName
 {
   color: #614E40;
 }
</style>
background-color css

<style>
 a { background-color: #614E40; }

 a { background-color: rgb(97,78,64); }

 div.DivClassName
 {
   background-color: #614E40;
 }
 .BgClassName
 {
   background-color: #614E40;
 }
</style>
border-color css

<style>
 span { border-color: #614E40; }

 span { border-color: rgb(97,78,64); }

 td.TdClassName
 {
   border-color: #614E40;
 }
 .TagClassName
 {
   border-color: #614E40;
 }
</style>