#645944

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

Shades of Judge Grey #645944

Tints of Judge Grey #645944

Color information

#645944 (or 0x645944) is unknown color: approx Judge Grey. HEX triplet: 64, 59 and 44. RGB value is (100,89,68). Sum of RGB (Red+Green+Blue) = 100+89+68=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 100 - color contains mainly: red. Hex color #645944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645944 is #9BA6BB. Grayscale: #595959. Windows color (decimal): -10200764 or 4479332. OLE color: 4479332.

HSL color Cylindrical-coordinate representation of color #645944: hue angle of 39.38º 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 #645944 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB1008968-
CMYK00.110.320.61
HSL39.38º19.05%32.94%-
HSV(B)39.38º32%39.22%-
XYZ9.8710.276.93-
YUV89.9115.64135.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.91%
GREEN value IS 89 (35.16% from 255) = 34.63%
BLUE value IS 68 (26.95% from 255) = 26.46%
R=38.91%
G=34.63%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100896800.110.320.6139.3819.0532.94
Hex6459440B203D271321
Octal1441311040134075472341
Binary1100100101100110001000101110000011110110011110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645944; }

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

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

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

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

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

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

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

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