Html Css Color HEX #646E48 Woodland

📋 copy color: '#646E48'

red 100 ◦ green 110 ◦ blue 72

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

Shades of Woodland #646E48

Tints of Woodland #646E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.53%

R = 35.46%
G = 39.01%
B = 25.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.57

RGB Variations

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

Color information

#646E48 (or 0x646E48) is known color: Woodland. HEX triplet: 64, 6E and 48. RGB value is (100,110,72). Sum of RGB (Red+Green+Blue) = 100+110+72=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 110 - color contains mainly: green. Hex color #646E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646E48 is #9B91B7. Grayscale: #666666. Windows color (decimal): -10195384 or 4746852. OLE color: 4746852.

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

Color convert

RGB 100 110 72 -
CMYK 0.09 0 0.35 0.57
HSL 75.79º 0.21% 0.36% -
HSV(B) 75.79º 0.35% 0.43% -
XYZ 12 14.33 8.26 -
YUV 102.68 110.69 126.09 -
System Red Green Blue C M Y K H S L
Decimal 100 110 72 0.09 0 0.35 0.57 75.79 0.21 0.36
Hex 64 6E 48 9 0 23 39 4C 15 24
Octal 144 156 110 11 0 43 71 114 25 44
Binary 1100100 1101110 1001000 1001 0 100011 111001 1001100 10101 100100

Color Harmonies of #646E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646E48

Black with #646E48

Text Example


Text Example

White with #646E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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