#616742

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

Shades of Woodland #616742

Tints of Woodland #616742

Color information

#616742 (or 0x616742) is unknown color: approx Woodland. HEX triplet: 61, 67 and 42. RGB value is (97,103,66). Sum of RGB (Red+Green+Blue) = 97+103+66=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 103 - color contains mainly: green. Hex color #616742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616742 is #9E98BD. Grayscale: #616161. Windows color (decimal): -10393790 or 4351841. OLE color: 4351841.

HSL color Cylindrical-coordinate representation of color #616742: hue angle of 69.73º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #616742 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB9710366-
CMYK0.0600.360.60
HSL69.73º21.89%33.14%-
HSV(B)69.73º35.92%40.39%-
XYZ10.7612.647.03-
YUV96.99110.51128.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.47%
GREEN value IS 103 (40.62% from 255) = 38.72%
BLUE value IS 66 (26.17% from 255) = 24.81%
R=36.47%
G=38.72%
B=24.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97103660.0600.360.6069.7321.8933.14
Hex61674260243C461621
Octal1411471026044741062641
Binary1100001110011110000101100100100111100100011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616742; }

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

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

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

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

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

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

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

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