#61694C

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

Shades of Woodland #61694C

Tints of Woodland #61694C

Color information

#61694C (or 0x61694C) is unknown color: approx Woodland. HEX triplet: 61, 69 and 4C. RGB value is (97,105,76). Sum of RGB (Red+Green+Blue) = 97+105+76=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 105 - color contains mainly: green. Hex color #61694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61694C is #9E96B3. Grayscale: #636363. Windows color (decimal): -10393268 or 5007713. OLE color: 5007713.

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

Color convert

RGB9710576-
CMYK0.0800.280.59
HSL76.55º16.02%35.49%-
HSV(B)76.55º27.62%41.18%-
XYZ11.2913.178.78-
YUV99.3114.85126.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.89%
GREEN value IS 105 (41.41% from 255) = 37.77%
BLUE value IS 76 (30.08% from 255) = 27.34%
R=34.89%
G=37.77%
B=27.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97105760.0800.280.5976.5516.0235.49
Hex61694C801C3B4d1023
Octal14115111410034731152043
Binary1100001110100110011001000011100111011100110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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