Html Css Color HEX #646642 Woodland

📋 copy color: '#646642'

red 100 ◦ green 102 ◦ blue 66

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

Shades of Woodland #646642

Tints of Woodland #646642

RGB

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

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

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

R = 37.31%
G = 38.06%
B = 24.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#646642 (or 0x646642) is known color: Woodland. HEX triplet: 64, 66 and 42. RGB value is (100,102,66). Sum of RGB (Red+Green+Blue) = 100+102+66=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 102 - color contains mainly: green. Hex color #646642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646642 is #9B99BD. Grayscale: #616161. Windows color (decimal): -10197438 or 4351588. OLE color: 4351588.

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

Color convert

RGB 100 102 66 -
CMYK 0.02 0 0.35 0.6
HSL 63.33º 0.21% 0.33% -
HSV(B) 63.33º 0.35% 0.4% -
XYZ 10.99 12.61 7.01 -
YUV 97.3 110.34 129.93 -
System Red Green Blue C M Y K H S L
Decimal 100 102 66 0.02 0 0.35 0.6 63.33 0.21 0.33
Hex 64 66 42 2 0 23 3C 3F 15 21
Octal 144 146 102 2 0 43 74 77 25 41
Binary 1100100 1100110 1000010 10 0 100011 111100 111111 10101 100001

Color Harmonies of #646642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646642

Black with #646642

Text Example


Text Example

White with #646642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646642; }

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

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

background-color css

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

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

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

border-color css

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

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

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