Html Css Color HEX #646649 Woodland

📋 copy color: '#646649'

red 100 ◦ green 102 ◦ blue 73

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

Shades of Woodland #646649

Tints of Woodland #646649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.09%

 BLUE value IS 73 (28.91% from 255) = 26.55%

R = 36.36%
G = 37.09%
B = 26.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#646649 (or 0x646649) is known color: Woodland. HEX triplet: 64, 66 and 49. RGB value is (100,102,73). Sum of RGB (Red+Green+Blue) = 100+102+73=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 102 - color contains mainly: green. Hex color #646649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646649 is #9B99B6. Grayscale: #626262. Windows color (decimal): -10197431 or 4810340. OLE color: 4810340.

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

Color convert

RGB 100 102 73 -
CMYK 0.02 0 0.28 0.6
HSL 64.14º 0.17% 0.34% -
HSV(B) 64.14º 0.28% 0.4% -
XYZ 11.21 12.69 8.16 -
YUV 98.1 113.84 129.36 -
System Red Green Blue C M Y K H S L
Decimal 100 102 73 0.02 0 0.28 0.6 64.14 0.17 0.34
Hex 64 66 49 2 0 1C 3C 40 11 22
Octal 144 146 111 2 0 34 74 100 21 42
Binary 1100100 1100110 1001001 10 0 11100 111100 1000000 10001 100010

Color Harmonies of #646649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646649

Black with #646649

Text Example


Text Example

White with #646649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646649; }

 p { color: rgb(100,102,73); }

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

background-color css

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

 a { background-color: rgb(100,102,73); }

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

border-color css

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

 span { border-color: rgb(100,102,73); }

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