#645647

Color #645647 Judge Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Judge Grey #645647

Tints of Judge Grey #645647

Color information

#645647 (or 0x645647) is unknown color: approx Judge Grey. HEX triplet: 64, 56 and 47. RGB value is (100,86,71). Sum of RGB (Red+Green+Blue) = 100+86+71=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 100 - color contains mainly: red. Hex color #645647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645647 is #9BA9B8. Grayscale: #585858. Windows color (decimal): -10201529 or 4675172. OLE color: 4675172.

HSL color Cylindrical-coordinate representation of color #645647: hue angle of 31.03º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #645647 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB1008671-
CMYK00.140.290.61
HSL31.03º16.96%33.53%-
HSV(B)31.03º29%39.22%-
XYZ9.729.827.34-
YUV88.48118.14136.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.91%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 71 (28.12% from 255) = 27.63%
R=38.91%
G=33.46%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100867100.140.290.6131.0316.9633.53
Hex6456470E1D3D1f1122
Octal1441261070163575372142
Binary11001001010110100011101110111011111011111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645647; }

 p { color: rgb(100,86,71); }

 H1.HeaderClassName
 {
   color: #645647;
 }
 .AnyTagClassName
 {
   color: #645647;
 }
</style>
background-color css

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

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

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

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

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

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