#614B3E

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

Shades of Cork #614B3E

Tints of Cork #614B3E

Color information

#614B3E (or 0x614B3E) is unknown color: approx Cork. HEX triplet: 61, 4B and 3E. RGB value is (97,75,62). Sum of RGB (Red+Green+Blue) = 97+75+62=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 97 - color contains mainly: red. Hex color #614B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614B3E is #9EB4C1. Grayscale: #505050. Windows color (decimal): -10400962 or 4082529. OLE color: 4082529.

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

Color convert

RGB977562-
CMYK00.230.360.62
HSL22.29º22.01%31.18%-
HSV(B)22.29º36.08%38.04%-
XYZ8.327.925.65-
YUV80.1117.79140.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.45%
GREEN value IS 75 (29.69% from 255) = 32.05%
BLUE value IS 62 (24.61% from 255) = 26.50%
R=41.45%
G=32.05%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97756200.230.360.6222.2922.0131.18
Hex614B3E017243E16161f
Octal141113760274476262637
Binary11000011001011111110010111100100111110101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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