#61694E

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

Shades of Woodland #61694E

Tints of Woodland #61694E

Color information

#61694E (or 0x61694E) is unknown color: approx Woodland. HEX triplet: 61, 69 and 4E. RGB value is (97,105,78). Sum of RGB (Red+Green+Blue) = 97+105+78=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 105 - color contains mainly: green. Hex color #61694E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61694E is #9E96B1. Grayscale: #636363. Windows color (decimal): -10393266 or 5138785. OLE color: 5138785.

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

Color convert

RGB9710578-
CMYK0.0800.260.59
HSL77.78º14.75%35.88%-
HSV(B)77.78º25.71%41.18%-
XYZ11.3613.199.16-
YUV99.53115.85126.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.64%
GREEN value IS 105 (41.41% from 255) = 37.5%
BLUE value IS 78 (30.86% from 255) = 27.86%
R=34.64%
G=37.5%
B=27.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97105780.0800.260.5977.7814.7535.88
Hex61694E801A3B4ef24
Octal14115111610032731161744
Binary110000111010011001110100001101011101110011101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61694E; }

 p { color: rgb(97,105,78); }

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

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

 a { background-color: rgb(97,105,78); }

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

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

 span { border-color: rgb(97,105,78); }

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