#645444

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

Shades of Judge Grey #645444

Tints of Judge Grey #645444

Color information

#645444 (or 0x645444) is unknown color: approx Judge Grey. HEX triplet: 64, 54 and 44. RGB value is (100,84,68). Sum of RGB (Red+Green+Blue) = 100+84+68=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 100 - color contains mainly: red. Hex color #645444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645444 is #9BABBB. Grayscale: #575757. Windows color (decimal): -10202044 or 4478052. OLE color: 4478052.

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

Color convert

RGB1008468-
CMYK00.160.320.61
HSL30º19.05%32.94%-
HSV(B)30º32%39.22%-
XYZ9.479.476.8-
YUV86.96117.3137.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.68%
GREEN value IS 84 (33.20% from 255) = 33.33%
BLUE value IS 68 (26.95% from 255) = 26.98%
R=39.68%
G=33.33%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100846800.160.320.613019.0532.94
Hex645444010203D1e1321
Octal1441241040204075362341
Binary1100100101010010001000100001000001111011111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645444; }

 p { color: rgb(100,84,68); }

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

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

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

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

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

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

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