Html Css Color HEX #646949 Woodland

📋 copy color: '#646949'

red 100 ◦ green 105 ◦ blue 73

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

Shades of Woodland #646949

Tints of Woodland #646949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.77%

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

R = 35.97%
G = 37.77%
B = 26.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#646949 (or 0x646949) is known color: Woodland. HEX triplet: 64, 69 and 49. RGB value is (100,105,73). Sum of RGB (Red+Green+Blue) = 100+105+73=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 105 - color contains mainly: green. Hex color #646949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646949 is #9B96B6. Grayscale: #636363. Windows color (decimal): -10196663 or 4811108. OLE color: 4811108.

HSL color Cylindrical-coordinate representation of color #646949: hue angle of 69.38º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #646949 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 100 105 73 -
CMYK 0.05 0 0.30 0.59
HSL 69.38º 0.18% 0.35% -
HSV(B) 69.38º 0.3% 0.41% -
XYZ 11.51 13.29 8.26 -
YUV 99.86 112.84 128.1 -
System Red Green Blue C M Y K H S L
Decimal 100 105 73 0.05 0 0.30 0.59 69.38 0.18 0.35
Hex 64 69 49 5 0 1E 3B 45 12 23
Octal 144 151 111 5 0 36 73 105 22 43
Binary 1100100 1101001 1001001 101 0 11110 111011 1000101 10010 100011

Color Harmonies of #646949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646949

Black with #646949

Text Example


Text Example

White with #646949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646949; }

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

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

background-color css

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

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

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

border-color css

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

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

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