#616A48

Color #616A48 Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #616A48

Tints of Woodland #616A48

Color information

#616A48 (or 0x616A48) is unknown color: approx Woodland. HEX triplet: 61, 6A and 48. RGB value is (97,106,72). Sum of RGB (Red+Green+Blue) = 97+106+72=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 106 - color contains mainly: green. Hex color #616A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616A48 is #9E95B7. Grayscale: #636363. Windows color (decimal): -10393016 or 4745825. OLE color: 4745825.

HSL color Cylindrical-coordinate representation of color #616A48: hue angle of 75.88º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #616A48 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB9710672-
CMYK0.0800.320.58
HSL75.88º19.1%34.9%-
HSV(B)75.88º32.08%41.57%-
XYZ11.2513.328.11-
YUV99.43112.52126.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.27%
GREEN value IS 106 (41.80% from 255) = 38.55%
BLUE value IS 72 (28.52% from 255) = 26.18%
R=35.27%
G=38.55%
B=26.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97106720.0800.320.5875.8819.134.9
Hex616A4880203A4c1323
Octal14115211010040721142343
Binary11000011101010100100010000100000111010100110010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616A48; }

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

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

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

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

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

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

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

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