#614240

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

Shades of Woody Brown #614240

Tints of Woody Brown #614240

Color information

#614240 (or 0x614240) is unknown color: approx Woody Brown. HEX triplet: 61, 42 and 40. RGB value is (97,66,64). Sum of RGB (Red+Green+Blue) = 97+66+64=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #614240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614240 is #9EBDBF. Grayscale: #4B4B4B. Windows color (decimal): -10403264 or 4211297. OLE color: 4211297.

HSL color Cylindrical-coordinate representation of color #614240: hue angle of 3.64º 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 #614240 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB976664-
CMYK00.320.340.62
HSL3.64º20.5%31.57%-
HSV(B)3.64º34.02%38.04%-
XYZ7.86.815.75-
YUV75.04121.77143.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.73%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 64 (25.39% from 255) = 28.19%
R=42.73%
G=29.07%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97666400.320.340.623.6420.531.57
Hex614240020223E41420
Octal141102100040427642440
Binary110000110000101000000010000010001011111010010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614240; }

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

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

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

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

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

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

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

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