#614848

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

Shades of Woody Brown #614848

Tints of Woody Brown #614848

Color information

#614848 (or 0x614848) is unknown color: approx Woody Brown. HEX triplet: 61, 48 and 48. RGB value is (97,72,72). Sum of RGB (Red+Green+Blue) = 97+72+72=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 97 - color contains mainly: red. Hex color #614848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614848 is #9EB7B7. Grayscale: #4F4F4F. Windows color (decimal): -10401720 or 4737121. OLE color: 4737121.

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

Color convert

RGB977272-
CMYK00.260.260.62
HSL14.79%33.14%-
HSV(B)25.77%38.04%-
XYZ8.427.647.16-
YUV79.47123.78140.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.25%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 72 (28.52% from 255) = 29.88%
R=40.25%
G=29.88%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97727200.260.260.62014.7933.14
Hex61484801A1A3E0f21
Octal141110110032327601741
Binary1100001100100010010000110101101011111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614848; }

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

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

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

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

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

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

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

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