#61664B

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

Shades of Woodland #61664B

Tints of Woodland #61664B

Color information

#61664B (or 0x61664B) is unknown color: approx Woodland. HEX triplet: 61, 66 and 4B. RGB value is (97,102,75). Sum of RGB (Red+Green+Blue) = 97+102+75=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 102 - color contains mainly: green. Hex color #61664B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61664B is #9E99B4. Grayscale: #616161. Windows color (decimal): -10394037 or 4941409. OLE color: 4941409.

HSL color Cylindrical-coordinate representation of color #61664B: hue angle of 71.11º 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 #61664B is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB9710275-
CMYK0.0500.260.6
HSL71.11º15.25%34.71%-
HSV(B)71.11º26.47%40%-
XYZ10.9512.558.5-
YUV97.43115.34127.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.40%
GREEN value IS 102 (40.23% from 255) = 37.23%
BLUE value IS 75 (29.69% from 255) = 27.37%
R=35.40%
G=37.23%
B=27.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal97102750.0500.260.671.1115.2534.71
Hex61664B501A3C47f23
Octal1411461135032741071743
Binary11000011100110100101110101101011110010001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61664B; }

 p { color: rgb(97,102,75); }

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

<style>
 a { background-color: #61664B; }

 a { background-color: rgb(97,102,75); }

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

<style>
 span { border-color: #61664B; }

 span { border-color: rgb(97,102,75); }

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