Html Css Color HEX #646346 Hemlock

📋 copy color: '#646346'

red 100 ◦ green 99 ◦ blue 70

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

Shades of Hemlock #646346

Tints of Hemlock #646346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.8%

 BLUE value IS 70 (27.73% from 255) = 26.02%

R = 37.17%
G = 36.8%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#646346 (or 0x646346) is known color: Hemlock. HEX triplet: 64, 63 and 46. RGB value is (100,99,70). Sum of RGB (Red+Green+Blue) = 100+99+70=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 100 - color contains mainly: red. Hex color #646346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646346 is #9B9CB9. Grayscale: #606060. Windows color (decimal): -10198202 or 4612964. OLE color: 4612964.

HSL color Cylindrical-coordinate representation of color #646346: hue angle of 58º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #646346 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 99 70 -
CMYK 0 0.01 0.30 0.61
HSL 58º 0.18% 0.33% -
HSV(B) 58º 0.3% 0.39% -
XYZ 10.82 12.08 7.55 -
YUV 95.99 113.33 130.86 -
System Red Green Blue C M Y K H S L
Decimal 100 99 70 0 0.01 0.30 0.61 58 0.18 0.33
Hex 64 63 46 0 1 1E 3D 3A 12 21
Octal 144 143 106 0 1 36 75 72 22 41
Binary 1100100 1100011 1000110 0 1 11110 111101 111010 10010 100001

Color Harmonies of #646346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646346

Black with #646346

Text Example


Text Example

White with #646346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646346; }

 p { color: rgb(100,99,70); }

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

background-color css

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

 a { background-color: rgb(100,99,70); }

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

border-color css

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

 span { border-color: rgb(100,99,70); }

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