Html Css Color HEX #616646 Woodland

📋 copy color: '#616646'

red 97 ◦ green 102 ◦ blue 70

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

Shades of Woodland #616646

Tints of Woodland #616646

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.92%

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

R = 36.06%
G = 37.92%
B = 26.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#616646 (or 0x616646) is known color: Woodland. HEX triplet: 61, 66 and 46. RGB value is (97,102,70). Sum of RGB (Red+Green+Blue) = 97+102+70=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 102 - color contains mainly: green. Hex color #616646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616646 is #9E99B9. Grayscale: #606060. Windows color (decimal): -10394042 or 4613729. OLE color: 4613729.

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

Color convert

RGB 97 102 70 -
CMYK 0.05 0 0.31 0.6
HSL 69.38º 0.19% 0.34% -
HSV(B) 69.38º 0.31% 0.4% -
XYZ 10.79 12.49 7.64 -
YUV 96.86 112.84 128.1 -
System Red Green Blue C M Y K H S L
Decimal 97 102 70 0.05 0 0.31 0.6 69.38 0.19 0.34
Hex 61 66 46 5 0 1F 3C 45 13 22
Octal 141 146 106 5 0 37 74 105 23 42
Binary 1100001 1100110 1000110 101 0 11111 111100 1000101 10011 100010

Color Harmonies of #616646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616646

Black with #616646

Text Example


Text Example

White with #616646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616646; }

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

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

background-color css

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

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

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

border-color css

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

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

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