#614A3C

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

Shades of Cork #614A3C

Tints of Cork #614A3C

Color information

#614A3C (or 0x614A3C) is unknown color: approx Cork. HEX triplet: 61, 4A and 3C. RGB value is (97,74,60). Sum of RGB (Red+Green+Blue) = 97+74+60=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #614A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A3C is #9EB5C3. Grayscale: #4F4F4F. Windows color (decimal): -10401220 or 3951201. OLE color: 3951201.

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

Color convert

RGB977460-
CMYK00.240.380.62
HSL22.7º23.57%30.78%-
HSV(B)22.7º38.14%38.04%-
XYZ8.197.775.34-
YUV79.28117.12140.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.99%
GREEN value IS 74 (29.30% from 255) = 32.03%
BLUE value IS 60 (23.83% from 255) = 25.97%
R=41.99%
G=32.03%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97746000.240.380.6222.723.5730.78
Hex614A3C018263E17181f
Octal141112740304676273037
Binary11000011001010111100011000100110111110101111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,74,60); }

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

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

 a { background-color: rgb(97,74,60); }

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

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

 span { border-color: rgb(97,74,60); }

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