#605440

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

Shades of Judge Grey #605440

Tints of Judge Grey #605440

Color information

#605440 (or 0x605440) is unknown color: approx Judge Grey. HEX triplet: 60, 54 and 40. RGB value is (96,84,64). Sum of RGB (Red+Green+Blue) = 96+84+64=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 96 - color contains mainly: red. Hex color #605440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605440 is #9FABBF. Grayscale: #555555. Windows color (decimal): -10464192 or 4215904. OLE color: 4215904.

HSL color Cylindrical-coordinate representation of color #605440: hue angle of 37.5º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #605440 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB968464-
CMYK00.120.330.62
HSL37.5º20%31.37%-
HSV(B)37.5º33.33%37.65%-
XYZ8.929.26.16-
YUV85.31115.98135.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.34%
GREEN value IS 84 (33.20% from 255) = 34.43%
BLUE value IS 64 (25.39% from 255) = 26.23%
R=39.34%
G=34.43%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96846400.120.330.6237.52031.37
Hex6054400C213E26141f
Octal1401241000144176462437
Binary110000010101001000000011001000011111101001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605440; }

 p { color: rgb(96,84,64); }

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

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

 a { background-color: rgb(96,84,64); }

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

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

 span { border-color: rgb(96,84,64); }

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