#61634D

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

Shades of Woodland #61634D

Tints of Woodland #61634D

Color information

#61634D (or 0x61634D) is unknown color: approx Woodland. HEX triplet: 61, 63 and 4D. RGB value is (97,99,77). Sum of RGB (Red+Green+Blue) = 97+99+77=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 99 - color contains mainly: green. Hex color #61634D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61634D is #9E9CB2. Grayscale: #5F5F5F. Windows color (decimal): -10394803 or 5071713. OLE color: 5071713.

HSL color Cylindrical-coordinate representation of color #61634D: hue angle of 65.45º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #61634D is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB979977-
CMYK0.0200.220.61
HSL65.45º12.5%34.51%-
HSV(B)65.45º22.22%38.82%-
XYZ10.73128.77-
YUV95.89117.34128.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.53%
GREEN value IS 99 (39.06% from 255) = 36.26%
BLUE value IS 77 (30.47% from 255) = 28.21%
R=35.53%
G=36.26%
B=28.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9799770.0200.220.6165.4512.534.51
Hex61634D20163D41d23
Octal1411431152026751011543
Binary1100001110001110011011001011011110110000011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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