#61684A

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

Shades of Woodland #61684A

Tints of Woodland #61684A

Color information

#61684A (or 0x61684A) is unknown color: approx Woodland. HEX triplet: 61, 68 and 4A. RGB value is (97,104,74). Sum of RGB (Red+Green+Blue) = 97+104+74=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 104 - color contains mainly: green. Hex color #61684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61684A is #9E97B5. Grayscale: #626262. Windows color (decimal): -10393526 or 4876385. OLE color: 4876385.

HSL color Cylindrical-coordinate representation of color #61684A: hue angle of 74º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #61684A is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB9710474-
CMYK0.0700.290.59
HSL74º16.85%34.9%-
HSV(B)74º28.85%40.78%-
XYZ11.1212.948.39-
YUV98.49114.18126.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.27%
GREEN value IS 104 (41.02% from 255) = 37.82%
BLUE value IS 74 (29.30% from 255) = 26.91%
R=35.27%
G=37.82%
B=26.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97104740.0700.290.597416.8534.9
Hex61684A701D3B4a1123
Octal1411501127035731122143
Binary110000111010001001010111011101111011100101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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