Html Css Color HEX #616846 Woodland

📋 copy color: '#616846'

red 97 ◦ green 104 ◦ blue 70

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

Shades of Woodland #616846

Tints of Woodland #616846

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.38%

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

R = 35.79%
G = 38.38%
B = 25.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#616846 (or 0x616846) is known color: Woodland. HEX triplet: 61, 68 and 46. RGB value is (97,104,70). Sum of RGB (Red+Green+Blue) = 97+104+70=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 104 - color contains mainly: green. Hex color #616846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616846 is #9E97B9. Grayscale: #626262. Windows color (decimal): -10393530 or 4614241. OLE color: 4614241.

HSL color Cylindrical-coordinate representation of color #616846: hue angle of 72.35º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #616846 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 104 70 -
CMYK 0.07 0 0.33 0.59
HSL 72.35º 0.2% 0.34% -
HSV(B) 72.35º 0.33% 0.41% -
XYZ 10.99 12.88 7.7 -
YUV 98.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 97 104 70 0.07 0 0.33 0.59 72.35 0.2 0.34
Hex 61 68 46 7 0 21 3B 48 14 22
Octal 141 150 106 7 0 41 73 110 24 42
Binary 1100001 1101000 1000110 111 0 100001 111011 1001000 10100 100010

Color Harmonies of #616846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616846

Black with #616846

Text Example


Text Example

White with #616846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616846; }

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

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

background-color css

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

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

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

border-color css

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

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

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