#616448

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

Shades of Woodland #616448

Tints of Woodland #616448

Color information

#616448 (or 0x616448) is unknown color: approx Woodland. HEX triplet: 61, 64 and 48. RGB value is (97,100,72). Sum of RGB (Red+Green+Blue) = 97+100+72=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 100 - color contains mainly: green. Hex color #616448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616448 is #9E9BB7. Grayscale: #606060. Windows color (decimal): -10394552 or 4744289. OLE color: 4744289.

HSL color Cylindrical-coordinate representation of color #616448: hue angle of 66.43º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #616448 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB9710072-
CMYK0.0300.280.61
HSL66.43º16.28%33.73%-
HSV(B)66.43º28%39.22%-
XYZ10.6612.127.91-
YUV95.91114.51128.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.06%
GREEN value IS 100 (39.45% from 255) = 37.17%
BLUE value IS 72 (28.52% from 255) = 26.77%
R=36.06%
G=37.17%
B=26.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal97100720.0300.280.6166.4316.2833.73
Hex616448301C3D421022
Octal1411441103034751022042
Binary11000011100100100100011011100111101100001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616448; }

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

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

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

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

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

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

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

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