#645744

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

Shades of Judge Grey #645744

Tints of Judge Grey #645744

Color information

#645744 (or 0x645744) is unknown color: approx Judge Grey. HEX triplet: 64, 57 and 44. RGB value is (100,87,68). Sum of RGB (Red+Green+Blue) = 100+87+68=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 100 - color contains mainly: red. Hex color #645744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645744 is #9BA8BB. Grayscale: #585858. Windows color (decimal): -10201276 or 4478820. OLE color: 4478820.

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

Color convert

RGB1008768-
CMYK00.130.320.61
HSL35.63º19.05%32.94%-
HSV(B)35.63º32%39.22%-
XYZ9.719.946.88-
YUV88.72116.31136.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.22%
GREEN value IS 87 (34.38% from 255) = 34.12%
BLUE value IS 68 (26.95% from 255) = 26.67%
R=39.22%
G=34.12%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100876800.130.320.6135.6319.0532.94
Hex6457440D203D241321
Octal1441271040154075442341
Binary1100100101011110001000110110000011110110010010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645744; }

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

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

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

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

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

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

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

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