#614141

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

Shades of Woody Brown #614141

Tints of Woody Brown #614141

Color information

#614141 (or 0x614141) is unknown color: approx Woody Brown. HEX triplet: 61, 41 and 41. RGB value is (97,65,65). Sum of RGB (Red+Green+Blue) = 97+65+65=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #614141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614141 is #9EBEBE. Grayscale: #4A4A4A. Windows color (decimal): -10403519 or 4276577. OLE color: 4276577.

HSL color Cylindrical-coordinate representation of color #614141: 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.33%. Process color model (Four color, CMYK) of #614141 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB976565-
CMYK00.330.330.62
HSL19.75%31.76%-
HSV(B)32.99%38.04%-
XYZ7.776.75.89-
YUV74.57122.6144-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.73%
GREEN value IS 65 (25.78% from 255) = 28.63%
BLUE value IS 65 (25.78% from 255) = 28.63%
R=42.73%
G=28.63%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97656500.330.330.62019.7531.76
Hex614141021213E01420
Octal141101101041417602440
Binary1100001100000110000010100001100001111110010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614141; }

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

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

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

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

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

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

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

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