#614747

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

Shades of Woody Brown #614747

Tints of Woody Brown #614747

Color information

#614747 (or 0x614747) is unknown color: approx Woody Brown. HEX triplet: 61, 47 and 47. RGB value is (97,71,71). Sum of RGB (Red+Green+Blue) = 97+71+71=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 97 - color contains mainly: red. Hex color #614747 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614747 is #9EB8B8. Grayscale: #4E4E4E. Windows color (decimal): -10401977 or 4671329. OLE color: 4671329.

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

Color convert

RGB977171-
CMYK00.270.270.62
HSL15.48%32.94%-
HSV(B)26.8%38.04%-
XYZ8.327.56.97-
YUV78.77123.61141-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.59%
GREEN value IS 71 (28.12% from 255) = 29.71%
BLUE value IS 71 (28.12% from 255) = 29.71%
R=40.59%
G=29.71%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97717100.270.270.62015.4832.94
Hex61474701B1B3E0f21
Octal141107107033337601741
Binary1100001100011110001110110111101111111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614747; }

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

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

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

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

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

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

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

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