#61674C

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

Shades of Woodland #61674C

Tints of Woodland #61674C

Color information

#61674C (or 0x61674C) is unknown color: approx Woodland. HEX triplet: 61, 67 and 4C. RGB value is (97,103,76). Sum of RGB (Red+Green+Blue) = 97+103+76=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 103 - color contains mainly: green. Hex color #61674C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61674C is #9E98B3. Grayscale: #626262. Windows color (decimal): -10393780 or 5007201. OLE color: 5007201.

HSL color Cylindrical-coordinate representation of color #61674C: hue angle of 73.33º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #61674C is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB9710376-
CMYK0.0600.260.60
HSL73.33º15.08%35.1%-
HSV(B)73.33º26.21%40.39%-
XYZ11.0812.768.72-
YUV98.13115.51127.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.14%
GREEN value IS 103 (40.62% from 255) = 37.32%
BLUE value IS 76 (30.08% from 255) = 27.54%
R=35.14%
G=37.32%
B=27.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97103760.0600.260.6073.3315.0835.1
Hex61674C601A3C49f23
Octal1411471146032741111743
Binary11000011100111100110011001101011110010010011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61674C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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