#614F41

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

Shades of Cork #614F41

Tints of Cork #614F41

Color information

#614F41 (or 0x614F41) is unknown color: approx Cork. HEX triplet: 61, 4F and 41. RGB value is (97,79,65). Sum of RGB (Red+Green+Blue) = 97+79+65=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 97 - color contains mainly: red. Hex color #614F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614F41 is #9EB0BE. Grayscale: #525252. Windows color (decimal): -10399935 or 4280161. OLE color: 4280161.

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

Color convert

RGB977965-
CMYK00.190.330.62
HSL26.25º19.75%31.76%-
HSV(B)26.25º32.99%38.04%-
XYZ8.688.526.19-
YUV82.79117.96138.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.25%
GREEN value IS 79 (31.25% from 255) = 32.78%
BLUE value IS 65 (25.78% from 255) = 26.97%
R=40.25%
G=32.78%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97796500.190.330.6226.2519.7531.76
Hex614F41013213E1a1420
Octal1411171010234176322440
Binary1100001100111110000010100111000011111101101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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