#614D3F

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

Shades of Cork #614D3F

Tints of Cork #614D3F

Color information

#614D3F (or 0x614D3F) is unknown color: approx Cork. HEX triplet: 61, 4D and 3F. RGB value is (97,77,63). Sum of RGB (Red+Green+Blue) = 97+77+63=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 97 - color contains mainly: red. Hex color #614D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614D3F is #9EB2C0. Grayscale: #515151. Windows color (decimal): -10400449 or 4148577. OLE color: 4148577.

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

Color convert

RGB977763-
CMYK00.210.350.62
HSL24.71º21.25%31.37%-
HSV(B)24.71º35.05%38.04%-
XYZ8.488.215.84-
YUV81.38117.63139.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.93%
GREEN value IS 77 (30.47% from 255) = 32.49%
BLUE value IS 63 (25% from 255) = 26.58%
R=40.93%
G=32.49%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97776300.210.350.6224.7121.2531.37
Hex614D3F015233E19151f
Octal141115770254376312537
Binary11000011001101111111010101100011111110110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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