Html Css Color HEX #616346 Woodland

📋 copy color: '#616346'

red 97 ◦ green 99 ◦ blue 70

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

Shades of Woodland #616346

Tints of Woodland #616346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.22%

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

R = 36.47%
G = 37.22%
B = 26.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#616346 (or 0x616346) is known color: Woodland. HEX triplet: 61, 63 and 46. RGB value is (97,99,70). Sum of RGB (Red+Green+Blue) = 97+99+70=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 99 - color contains mainly: green. Hex color #616346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616346 is #9E9CB9. Grayscale: #5F5F5F. Windows color (decimal): -10394810 or 4612961. OLE color: 4612961.

HSL color Cylindrical-coordinate representation of color #616346: hue angle of 64.14º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #616346 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB 97 99 70 -
CMYK 0.02 0 0.29 0.61
HSL 64.14º 0.17% 0.33% -
HSV(B) 64.14º 0.29% 0.39% -
XYZ 10.5 11.91 7.54 -
YUV 95.1 113.84 129.36 -
System Red Green Blue C M Y K H S L
Decimal 97 99 70 0.02 0 0.29 0.61 64.14 0.17 0.33
Hex 61 63 46 2 0 1D 3D 40 11 21
Octal 141 143 106 2 0 35 75 100 21 41
Binary 1100001 1100011 1000110 10 0 11101 111101 1000000 10001 100001

Color Harmonies of #616346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616346

Black with #616346

Text Example


Text Example

White with #616346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616346; }

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

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

background-color css

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

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

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

border-color css

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

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

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