Html Css Color HEX #646350 Hemlock

📋 copy color: '#646350'

red 100 ◦ green 99 ◦ blue 80

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

Shades of Hemlock #646350

Tints of Hemlock #646350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.67%

R = 35.84%
G = 35.48%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#646350 (or 0x646350) is known color: Hemlock. HEX triplet: 64, 63 and 50. RGB value is (100,99,80). Sum of RGB (Red+Green+Blue) = 100+99+80=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 100 - color contains mainly: red. Hex color #646350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646350 is #9B9CAF. Grayscale: #616161. Windows color (decimal): -10198192 or 5268324. OLE color: 5268324.

HSL color Cylindrical-coordinate representation of color #646350: hue angle of 57º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #646350 is Cyan = 0, Magento = 0.01, Yellow = 0.2 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 99 80 -
CMYK 0 0.01 0.2 0.61
HSL 57º 0.11% 0.35% -
HSV(B) 57º 0.2% 0.39% -
XYZ 11.17 12.21 9.36 -
YUV 97.13 118.33 130.04 -
System Red Green Blue C M Y K H S L
Decimal 100 99 80 0 0.01 0.2 0.61 57 0.11 0.35
Hex 64 63 50 0 1 14 3D 39 B 23
Octal 144 143 120 0 1 24 75 71 13 43
Binary 1100100 1100011 1010000 0 1 10100 111101 111001 1011 100011

Color Harmonies of #646350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646350

Black with #646350

Text Example


Text Example

White with #646350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646350; }

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

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

background-color css

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

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

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

border-color css

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

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

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