#61684D

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

Shades of Woodland #61684D

Tints of Woodland #61684D

Color information

#61684D (or 0x61684D) is unknown color: approx Woodland. HEX triplet: 61, 68 and 4D. RGB value is (97,104,77). Sum of RGB (Red+Green+Blue) = 97+104+77=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 104 - color contains mainly: green. Hex color #61684D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61684D is #9E97B2. Grayscale: #626262. Windows color (decimal): -10393523 or 5072993. OLE color: 5072993.

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

Color convert

RGB9710477-
CMYK0.0700.260.59
HSL75.56º14.92%35.49%-
HSV(B)75.56º25.96%40.78%-
XYZ11.2212.988.93-
YUV98.83115.68126.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.89%
GREEN value IS 104 (41.02% from 255) = 37.41%
BLUE value IS 77 (30.47% from 255) = 27.70%
R=34.89%
G=37.41%
B=27.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97104770.0700.260.5975.5614.9235.49
Hex61684D701A3B4cf23
Octal1411501157032731141743
Binary11000011101000100110111101101011101110011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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