#605441

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

Shades of Judge Grey #605441

Tints of Judge Grey #605441

Color information

#605441 (or 0x605441) is unknown color: approx Judge Grey. HEX triplet: 60, 54 and 41. RGB value is (96,84,65). Sum of RGB (Red+Green+Blue) = 96+84+65=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 96 - color contains mainly: red. Hex color #605441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605441 is #9FABBE. Grayscale: #555555. Windows color (decimal): -10464191 or 4281440. OLE color: 4281440.

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

Color convert

RGB968465-
CMYK00.120.320.62
HSL36.77º19.25%31.57%-
HSV(B)36.77º32.29%37.65%-
XYZ8.959.216.31-
YUV85.42116.48135.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 84 (33.20% from 255) = 34.29%
BLUE value IS 65 (25.78% from 255) = 26.53%
R=39.18%
G=34.29%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96846500.120.320.6236.7719.2531.57
Hex6054410C203E251320
Octal1401241010144076452340
Binary1100000101010010000010110010000011111010010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605441; }

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

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

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

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

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

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

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

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