#614444

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

Shades of Woody Brown #614444

Tints of Woody Brown #614444

Color information

#614444 (or 0x614444) is unknown color: approx Woody Brown. HEX triplet: 61, 44 and 44. RGB value is (97,68,68). Sum of RGB (Red+Green+Blue) = 97+68+68=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #614444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614444 is #9EBBBB. Grayscale: #4C4C4C. Windows color (decimal): -10402748 or 4473953. OLE color: 4473953.

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

Color convert

RGB976868-
CMYK00.300.300.62
HSL17.58%32.35%-
HSV(B)29.9%38.04%-
XYZ8.047.096.41-
YUV76.67123.11142.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.63%
GREEN value IS 68 (26.95% from 255) = 29.18%
BLUE value IS 68 (26.95% from 255) = 29.18%
R=41.63%
G=29.18%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97686800.300.300.62017.5832.35
Hex61444401E1E3E01220
Octal141104104036367602240
Binary11000011000100100010001111011110111110010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614444; }

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

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

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

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

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

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

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

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