Html Css Color HEX #61644D Woodland

📋 copy color: '#61644D'

red 97 ◦ green 100 ◦ blue 77

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

Shades of Woodland #61644D

Tints of Woodland #61644D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.5%

 BLUE value IS 77 (30.47% from 255) = 28.1%

R = 35.4%
G = 36.5%
B = 28.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#61644D (or 0x61644D) is known color: Woodland. HEX triplet: 61, 64 and 4D. RGB value is (97,100,77). Sum of RGB (Red+Green+Blue) = 97+100+77=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 100 - color contains mainly: green. Hex color #61644D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61644D is #9E9BB2. Grayscale: #606060. Windows color (decimal): -10394547 or 5071969. OLE color: 5071969.

HSL color Cylindrical-coordinate representation of color #61644D: hue angle of 67.83º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #61644D is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB 97 100 77 -
CMYK 0.03 0 0.23 0.61
HSL 67.83º 0.13% 0.35% -
HSV(B) 67.83º 0.23% 0.39% -
XYZ 10.83 12.19 8.8 -
YUV 96.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 97 100 77 0.03 0 0.23 0.61 67.83 0.13 0.35
Hex 61 64 4D 3 0 17 3D 44 D 23
Octal 141 144 115 3 0 27 75 104 15 43
Binary 1100001 1100100 1001101 11 0 10111 111101 1000100 1101 100011

Color Harmonies of #61644D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61644D

Black with #61644D

Text Example


Text Example

White with #61644D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61644D; }

 p { color: rgb(97,100,77); }

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

background-color css

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

 a { background-color: rgb(97,100,77); }

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

border-color css

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

 span { border-color: rgb(97,100,77); }

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