#614040

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

Shades of Woody Brown #614040

Tints of Woody Brown #614040

Color information

#614040 (or 0x614040) is unknown color: approx Woody Brown. HEX triplet: 61, 40 and 40. RGB value is (97,64,64). Sum of RGB (Red+Green+Blue) = 97+64+64=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #614040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614040 is #9EBFBF. Grayscale: #494949. Windows color (decimal): -10403776 or 4210785. OLE color: 4210785.

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

Color convert

RGB976464-
CMYK00.340.340.62
HSL20.5%31.57%-
HSV(B)34.02%38.04%-
XYZ7.696.585.72-
YUV73.87122.43144.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.11%
GREEN value IS 64 (25.39% from 255) = 28.44%
BLUE value IS 64 (25.39% from 255) = 28.44%
R=43.11%
G=28.44%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97646400.340.340.62020.531.57
Hex614040022223E01420
Octal141100100042427602440
Binary1100001100000010000000100010100010111110010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614040; }

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

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

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

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

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

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

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

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