#614949

Color #614949 Woody Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woody Brown #614949

Tints of Woody Brown #614949

Color information

#614949 (or 0x614949) is unknown color: approx Woody Brown. HEX triplet: 61, 49 and 49. RGB value is (97,73,73). Sum of RGB (Red+Green+Blue) = 97+73+73=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #614949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614949 is #9EB6B6. Grayscale: #505050. Windows color (decimal): -10401463 or 4802913. OLE color: 4802913.

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

Color convert

RGB977373-
CMYK00.250.250.62
HSL14.12%33.33%-
HSV(B)24.74%38.04%-
XYZ8.517.797.36-
YUV80.18123.95140-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.92%
GREEN value IS 73 (28.91% from 255) = 30.04%
BLUE value IS 73 (28.91% from 255) = 30.04%
R=39.92%
G=30.04%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97737300.250.250.62014.1233.33
Hex614949019193E0e21
Octal141111111031317601641
Binary1100001100100110010010110011100111111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614949; }

 p { color: rgb(97,73,73); }

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

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

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

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

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

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

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