#614D40

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

Shades of Cork #614D40

Tints of Cork #614D40

Color information

#614D40 (or 0x614D40) is unknown color: approx Cork. HEX triplet: 61, 4D and 40. RGB value is (97,77,64). Sum of RGB (Red+Green+Blue) = 97+77+64=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #614D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614D40 is #9EB2BF. Grayscale: #515151. Windows color (decimal): -10400448 or 4214113. OLE color: 4214113.

HSL color Cylindrical-coordinate representation of color #614D40: hue angle of 23.64º 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 #614D40 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB977764-
CMYK00.210.340.62
HSL23.64º20.5%31.57%-
HSV(B)23.64º34.02%38.04%-
XYZ8.518.225.99-
YUV81.5118.13139.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.76%
GREEN value IS 77 (30.47% from 255) = 32.35%
BLUE value IS 64 (25.39% from 255) = 26.89%
R=40.76%
G=32.35%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97776400.210.340.6223.6420.531.57
Hex614D40015223E181420
Octal1411151000254276302440
Binary1100001100110110000000101011000101111101100010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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