Html Css Color HEX #646A4D Woodland

📋 copy color: '#646A4D'

red 100 ◦ green 106 ◦ blue 77

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

Shades of Woodland #646A4D

Tints of Woodland #646A4D

RGB

 RED value IS 100 (39.45% from 255) = 35.34%

 GREEN value IS 106 (41.8% from 255) = 37.46%

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

R = 35.34%
G = 37.46%
B = 27.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#646A4D (or 0x646A4D) is known color: Woodland. HEX triplet: 64, 6A and 4D. RGB value is (100,106,77). Sum of RGB (Red+Green+Blue) = 100+106+77=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 106 - color contains mainly: green. Hex color #646A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646A4D is #9B95B2. Grayscale: #656565. Windows color (decimal): -10196403 or 5073508. OLE color: 5073508.

HSL color Cylindrical-coordinate representation of color #646A4D: hue angle of 72.41º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #646A4D is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB 100 106 77 -
CMYK 0.06 0 0.27 0.58
HSL 72.41º 0.16% 0.36% -
HSV(B) 72.41º 0.27% 0.42% -
XYZ 11.75 13.55 9.02 -
YUV 100.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 100 106 77 0.06 0 0.27 0.58 72.41 0.16 0.36
Hex 64 6A 4D 6 0 1B 3A 48 10 24
Octal 144 152 115 6 0 33 72 110 20 44
Binary 1100100 1101010 1001101 110 0 11011 111010 1001000 10000 100100

Color Harmonies of #646A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646A4D

Black with #646A4D

Text Example


Text Example

White with #646A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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