#61694A

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

Shades of Woodland #61694A

Tints of Woodland #61694A

Color information

#61694A (or 0x61694A) is unknown color: approx Woodland. HEX triplet: 61, 69 and 4A. RGB value is (97,105,74). Sum of RGB (Red+Green+Blue) = 97+105+74=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 105 - color contains mainly: green. Hex color #61694A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61694A is #9E96B5. Grayscale: #636363. Windows color (decimal): -10393270 or 4876641. OLE color: 4876641.

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

Color convert

RGB9710574-
CMYK0.0800.300.59
HSL75.48º17.32%35.1%-
HSV(B)75.48º29.52%41.18%-
XYZ11.2213.148.42-
YUV99.07113.85126.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.14%
GREEN value IS 105 (41.41% from 255) = 38.04%
BLUE value IS 74 (29.30% from 255) = 26.81%
R=35.14%
G=38.04%
B=26.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97105740.0800.300.5975.4817.3235.1
Hex61694A801E3B4b1123
Octal14115111210036731132143
Binary1100001110100110010101000011110111011100101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61694A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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