#614D3E

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

Shades of Cork #614D3E

Tints of Cork #614D3E

Color information

#614D3E (or 0x614D3E) is unknown color: approx Cork. HEX triplet: 61, 4D and 3E. RGB value is (97,77,62). Sum of RGB (Red+Green+Blue) = 97+77+62=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #614D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614D3E is #9EB2C1. Grayscale: #515151. Windows color (decimal): -10400450 or 4083041. OLE color: 4083041.

HSL color Cylindrical-coordinate representation of color #614D3E: hue angle of 25.71º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #614D3E is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB977762-
CMYK00.210.360.62
HSL25.71º22.01%31.18%-
HSV(B)25.71º36.08%38.04%-
XYZ8.458.25.69-
YUV81.27117.13139.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.10%
GREEN value IS 77 (30.47% from 255) = 32.63%
BLUE value IS 62 (24.61% from 255) = 26.27%
R=41.10%
G=32.63%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97776200.210.360.6225.7122.0131.18
Hex614D3E015243E1a161f
Octal141115760254476322637
Binary11000011001101111110010101100100111110110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,77,62); }

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

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

 a { background-color: rgb(97,77,62); }

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

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

 span { border-color: rgb(97,77,62); }

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