#61694D

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

Shades of Woodland #61694D

Tints of Woodland #61694D

Color information

#61694D (or 0x61694D) is unknown color: approx Woodland. HEX triplet: 61, 69 and 4D. RGB value is (97,105,77). Sum of RGB (Red+Green+Blue) = 97+105+77=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 105 - color contains mainly: green. Hex color #61694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61694D is #9E96B2. Grayscale: #636363. Windows color (decimal): -10393267 or 5073249. OLE color: 5073249.

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

Color convert

RGB9710577-
CMYK0.0800.270.59
HSL77.14º15.38%35.69%-
HSV(B)77.14º26.67%41.18%-
XYZ11.3213.188.97-
YUV99.42115.35126.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.77%
GREEN value IS 105 (41.41% from 255) = 37.63%
BLUE value IS 77 (30.47% from 255) = 27.60%
R=34.77%
G=37.63%
B=27.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97105770.0800.270.5977.1415.3835.69
Hex61694D801B3B4df24
Octal14115111510033731151744
Binary110000111010011001101100001101111101110011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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