Html Css Color HEX #646455 Hemlock

📋 copy color: '#646455'

red 100 ◦ green 100 ◦ blue 85

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

Shades of Hemlock #646455

Tints of Hemlock #646455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.82%

R = 35.09%
G = 35.09%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#646455 (or 0x646455) is known color: Hemlock. HEX triplet: 64, 64 and 55. RGB value is (100,100,85). Sum of RGB (Red+Green+Blue) = 100+100+85=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 100 - color contains mainly: red, green. Hex color #646455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646455 is #9B9BAA. Grayscale: #626262. Windows color (decimal): -10197931 or 5596260. OLE color: 5596260.

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

Color convert

RGB 100 100 85 -
CMYK 0 0 0.15 0.61
HSL 60º 0.08% 0.36% -
HSV(B) 60º 0.15% 0.39% -
XYZ 11.45 12.48 10.4 -
YUV 98.29 120.5 129.22 -
System Red Green Blue C M Y K H S L
Decimal 100 100 85 0 0 0.15 0.61 60 0.08 0.36
Hex 64 64 55 0 0 F 3D 3C 8 24
Octal 144 144 125 0 0 17 75 74 10 44
Binary 1100100 1100100 1010101 0 0 1111 111101 111100 1000 100100

Color Harmonies of #646455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646455

Black with #646455

Text Example


Text Example

White with #646455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646455; }

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

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

background-color css

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

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

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

border-color css

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

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

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