Html Css Color HEX #646E4C Woodland

📋 copy color: '#646E4C'

red 100 ◦ green 110 ◦ blue 76

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

Shades of Woodland #646E4C

Tints of Woodland #646E4C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.46%

 BLUE value IS 76 (30.08% from 255) = 26.57%

R = 34.97%
G = 38.46%
B = 26.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#646E4C (or 0x646E4C) is known color: Woodland. HEX triplet: 64, 6E and 4C. RGB value is (100,110,76). Sum of RGB (Red+Green+Blue) = 100+110+76=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 110 - color contains mainly: green. Hex color #646E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646E4C is #9B91B3. Grayscale: #676767. Windows color (decimal): -10195380 or 5008996. OLE color: 5008996.

HSL color Cylindrical-coordinate representation of color #646E4C: hue angle of 77.65º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #646E4C is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB 100 110 76 -
CMYK 0.09 0 0.31 0.57
HSL 77.65º 0.18% 0.36% -
HSV(B) 77.65º 0.31% 0.43% -
XYZ 12.14 14.38 8.97 -
YUV 103.13 112.69 125.76 -
System Red Green Blue C M Y K H S L
Decimal 100 110 76 0.09 0 0.31 0.57 77.65 0.18 0.36
Hex 64 6E 4C 9 0 1F 39 4E 12 24
Octal 144 156 114 11 0 37 71 116 22 44
Binary 1100100 1101110 1001100 1001 0 11111 111001 1001110 10010 100100

Color Harmonies of #646E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646E4C

Black with #646E4C

Text Example


Text Example

White with #646E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,110,76); }

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

background-color css

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

 a { background-color: rgb(100,110,76); }

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

border-color css

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

 span { border-color: rgb(100,110,76); }

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