#61624A

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

Shades of Woodland #61624A

Tints of Woodland #61624A

Color information

#61624A (or 0x61624A) is unknown color: approx Woodland. HEX triplet: 61, 62 and 4A. RGB value is (97,98,74). Sum of RGB (Red+Green+Blue) = 97+98+74=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 98 - color contains mainly: green. Hex color #61624A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61624A is #9E9DB5. Grayscale: #5F5F5F. Windows color (decimal): -10395062 or 4874849. OLE color: 4874849.

HSL color Cylindrical-coordinate representation of color #61624A: hue angle of 62.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #61624A is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB979874-
CMYK0.0100.240.62
HSL62.5º13.95%33.73%-
HSV(B)62.5º24.49%38.43%-
XYZ10.5311.778.2-
YUV94.96116.17129.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.06%
GREEN value IS 98 (38.67% from 255) = 36.43%
BLUE value IS 74 (29.30% from 255) = 27.51%
R=36.06%
G=36.43%
B=27.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9798740.0100.240.6262.513.9533.73
Hex61624A10183E3ee22
Octal141142112103076761642
Binary11000011100010100101010110001111101111101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61624A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61624A; }

 p { color: rgb(97,98,74); }

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

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

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

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

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

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

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