Html Css Color HEX #646942 Woodland

📋 copy color: '#646942'

red 100 ◦ green 105 ◦ blue 66

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

Shades of Woodland #646942

Tints of Woodland #646942

RGB

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

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

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

R = 36.9%
G = 38.75%
B = 24.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#646942 (or 0x646942) is known color: Woodland. HEX triplet: 64, 69 and 42. RGB value is (100,105,66). Sum of RGB (Red+Green+Blue) = 100+105+66=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 105 - color contains mainly: green. Hex color #646942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646942 is #9B96BD. Grayscale: #636363. Windows color (decimal): -10196670 or 4352356. OLE color: 4352356.

HSL color Cylindrical-coordinate representation of color #646942: hue angle of 67.69º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #646942 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 100 105 66 -
CMYK 0.05 0 0.37 0.59
HSL 67.69º 0.23% 0.34% -
HSV(B) 67.69º 0.37% 0.41% -
XYZ 11.29 13.21 7.11 -
YUV 99.06 109.34 128.67 -
System Red Green Blue C M Y K H S L
Decimal 100 105 66 0.05 0 0.37 0.59 67.69 0.23 0.34
Hex 64 69 42 5 0 25 3B 44 17 22
Octal 144 151 102 5 0 45 73 104 27 42
Binary 1100100 1101001 1000010 101 0 100101 111011 1000100 10111 100010

Color Harmonies of #646942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646942

Black with #646942

Text Example


Text Example

White with #646942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646942; }

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

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

background-color css

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

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

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

border-color css

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

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

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