Html Css Color HEX #647142 Woodland

📋 copy color: '#647142'

red 100 ◦ green 113 ◦ blue 66

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

Shades of Woodland #647142

Tints of Woodland #647142

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.5%

 BLUE value IS 66 (26.17% from 255) = 23.66%

R = 35.84%
G = 40.5%
B = 23.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#647142 (or 0x647142) is known color: Woodland. HEX triplet: 64, 71 and 42. RGB value is (100,113,66). Sum of RGB (Red+Green+Blue) = 100+113+66=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #647142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647142 is #9B8EBD. Grayscale: #676767. Windows color (decimal): -10194622 or 4354404. OLE color: 4354404.

HSL color Cylindrical-coordinate representation of color #647142: hue angle of 76.6º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #647142 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 113 66 -
CMYK 0.12 0 0.42 0.56
HSL 76.6º 0.26% 0.35% -
HSV(B) 76.6º 0.42% 0.44% -
XYZ 12.14 14.91 7.39 -
YUV 103.76 106.69 125.32 -
System Red Green Blue C M Y K H S L
Decimal 100 113 66 0.12 0 0.42 0.56 76.6 0.26 0.35
Hex 64 71 42 C 0 2A 38 4D 1A 23
Octal 144 161 102 14 0 52 70 115 32 43
Binary 1100100 1110001 1000010 1100 0 101010 111000 1001101 11010 100011

Color Harmonies of #647142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647142

Black with #647142

Text Example


Text Example

White with #647142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647142; }

 p { color: rgb(100,113,66); }

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

background-color css

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

 a { background-color: rgb(100,113,66); }

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

border-color css

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

 span { border-color: rgb(100,113,66); }

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