Html Css Color HEX #646644 Woodland

📋 copy color: '#646644'

red 100 ◦ green 102 ◦ blue 68

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

Shades of Woodland #646644

Tints of Woodland #646644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.19%

R = 37.04%
G = 37.78%
B = 25.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.6

RGB Variations

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

Color information

#646644 (or 0x646644) is known color: Woodland. HEX triplet: 64, 66 and 44. RGB value is (100,102,68). Sum of RGB (Red+Green+Blue) = 100+102+68=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 102 - color contains mainly: green. Hex color #646644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646644 is #9B99BB. Grayscale: #616161. Windows color (decimal): -10197436 or 4482660. OLE color: 4482660.

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

Color convert

RGB 100 102 68 -
CMYK 0.02 0 0.33 0.6
HSL 63.53º 0.2% 0.33% -
HSV(B) 63.53º 0.33% 0.4% -
XYZ 11.05 12.63 7.32 -
YUV 97.53 111.34 129.76 -
System Red Green Blue C M Y K H S L
Decimal 100 102 68 0.02 0 0.33 0.6 63.53 0.2 0.33
Hex 64 66 44 2 0 21 3C 40 14 21
Octal 144 146 104 2 0 41 74 100 24 41
Binary 1100100 1100110 1000100 10 0 100001 111100 1000000 10100 100001

Color Harmonies of #646644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646644

Black with #646644

Text Example


Text Example

White with #646644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646644; }

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

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

background-color css

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

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

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

border-color css

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

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

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