#614E41

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

Shades of Cork #614E41

Tints of Cork #614E41

Color information

#614E41 (or 0x614E41) is unknown color: approx Cork. HEX triplet: 61, 4E and 41. RGB value is (97,78,65). Sum of RGB (Red+Green+Blue) = 97+78+65=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #614E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E41 is #9EB1BE. Grayscale: #525252. Windows color (decimal): -10400191 or 4279905. OLE color: 4279905.

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

Color convert

RGB977865-
CMYK00.200.330.62
HSL24.38º19.75%31.76%-
HSV(B)24.38º32.99%38.04%-
XYZ8.618.376.16-
YUV82.2118.29138.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.42%
GREEN value IS 78 (30.86% from 255) = 32.5%
BLUE value IS 65 (25.78% from 255) = 27.08%
R=40.42%
G=32.5%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97786500.200.330.6224.3819.7531.76
Hex614E41014213E181420
Octal1411161010244176302440
Binary1100001100111010000010101001000011111101100010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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