Html Css Color HEX #616746 Woodland

📋 copy color: '#616746'

red 97 ◦ green 103 ◦ blue 70

#616746
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woodland #616746

Tints of Woodland #616746

RGB

 RED value IS 97 (38.28% from 255) = 35.93%

 GREEN value IS 103 (40.63% from 255) = 38.15%

 BLUE value IS 70 (27.73% from 255) = 25.93%

R = 35.93%
G = 38.15%
B = 25.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.60

RGB Variations

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

Color information

#616746 (or 0x616746) is known color: Woodland. HEX triplet: 61, 67 and 46. RGB value is (97,103,70). Sum of RGB (Red+Green+Blue) = 97+103+70=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 103 - color contains mainly: green. Hex color #616746 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616746 is #9E98B9. Grayscale: #616161. Windows color (decimal): -10393786 or 4613985. OLE color: 4613985.

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

Color convert

RGB 97 103 70 -
CMYK 0.06 0 0.32 0.60
HSL 70.91º 0.19% 0.34% -
HSV(B) 70.91º 0.32% 0.4% -
XYZ 10.89 12.68 7.67 -
YUV 97.44 112.51 127.68 -
System Red Green Blue C M Y K H S L
Decimal 97 103 70 0.06 0 0.32 0.60 70.91 0.19 0.34
Hex 61 67 46 6 0 20 3C 47 13 22
Octal 141 147 106 6 0 40 74 107 23 42
Binary 1100001 1100111 1000110 110 0 100000 111100 1000111 10011 100010

Color Harmonies of #616746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616746

Black with #616746

Text Example


Text Example

White with #616746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616746; }

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

 H1.HeaderClassName
 {
   color: #616746;
 }
 .AnyTagClassName
 {
   color: #616746;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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