#614241

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

Shades of Woody Brown #614241

Tints of Woody Brown #614241

Color information

#614241 (or 0x614241) is unknown color: approx Woody Brown. HEX triplet: 61, 42 and 41. RGB value is (97,66,65). Sum of RGB (Red+Green+Blue) = 97+66+65=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #614241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614241 is #9EBDBE. Grayscale: #4B4B4B. Windows color (decimal): -10403263 or 4276833. OLE color: 4276833.

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

Color convert

RGB976665-
CMYK00.320.330.62
HSL1.88º19.75%31.76%-
HSV(B)1.88º32.99%38.04%-
XYZ7.836.825.9-
YUV75.16122.27143.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.54%
GREEN value IS 66 (26.17% from 255) = 28.95%
BLUE value IS 65 (25.78% from 255) = 28.51%
R=42.54%
G=28.95%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97666500.320.330.621.8819.7531.76
Hex614241020213E21420
Octal141102101040417622440
Binary11000011000010100000101000001000011111101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614241; }

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

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

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

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

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

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

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

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