Html Css Color HEX #646445 Hemlock

📋 copy color: '#646445'

red 100 ◦ green 100 ◦ blue 69

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

Shades of Hemlock #646445

Tints of Hemlock #646445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.65%

R = 37.17%
G = 37.17%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.61

RGB Variations

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

Color information

#646445 (or 0x646445) is known color: Hemlock. HEX triplet: 64, 64 and 45. RGB value is (100,100,69). Sum of RGB (Red+Green+Blue) = 100+100+69=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 100 - color contains mainly: red, green. Hex color #646445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646445 is #9B9BBA. Grayscale: #606060. Windows color (decimal): -10197947 or 4547684. OLE color: 4547684.

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

Color convert

RGB 100 100 69 -
CMYK 0 0 0.31 0.61
HSL 60º 0.18% 0.33% -
HSV(B) 60º 0.31% 0.39% -
XYZ 10.89 12.25 7.42 -
YUV 96.47 112.5 130.52 -
System Red Green Blue C M Y K H S L
Decimal 100 100 69 0 0 0.31 0.61 60 0.18 0.33
Hex 64 64 45 0 0 1F 3D 3C 12 21
Octal 144 144 105 0 0 37 75 74 22 41
Binary 1100100 1100100 1000101 0 0 11111 111101 111100 10010 100001

Color Harmonies of #646445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646445

Black with #646445

Text Example


Text Example

White with #646445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646445; }

 p { color: rgb(100,100,69); }

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

background-color css

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

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

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

border-color css

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

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

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