#616C48

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

Shades of Woodland #616C48

Tints of Woodland #616C48

Color information

#616C48 (or 0x616C48) is unknown color: approx Woodland. HEX triplet: 61, 6C and 48. RGB value is (97,108,72). Sum of RGB (Red+Green+Blue) = 97+108+72=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 108 - color contains mainly: green. Hex color #616C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616C48 is #9E93B7. Grayscale: #646464. Windows color (decimal): -10392504 or 4746337. OLE color: 4746337.

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

Color convert

RGB9710872-
CMYK0.1000.330.58
HSL78.33º20%35.29%-
HSV(B)78.33º33.33%42.35%-
XYZ11.4613.738.18-
YUV100.61111.86125.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.02%
GREEN value IS 108 (42.58% from 255) = 38.99%
BLUE value IS 72 (28.52% from 255) = 25.99%
R=35.02%
G=38.99%
B=25.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97108720.1000.330.5878.332035.29
Hex616C48A0213A4e1423
Octal14115411012041721162443
Binary11000011101100100100010100100001111010100111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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