#605745

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

Shades of Judge Grey #605745

Tints of Judge Grey #605745

Color information

#605745 (or 0x605745) is unknown color: approx Judge Grey. HEX triplet: 60, 57 and 45. RGB value is (96,87,69). Sum of RGB (Red+Green+Blue) = 96+87+69=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 96 - color contains mainly: red. Hex color #605745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605745 is #9FA8BA. Grayscale: #575757. Windows color (decimal): -10463419 or 4544352. OLE color: 4544352.

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

Color convert

RGB968769-
CMYK00.090.280.62
HSL40º16.36%32.35%-
HSV(B)40º28.12%37.65%-
XYZ9.319.737.02-
YUV87.64117.48133.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.10%
GREEN value IS 87 (34.38% from 255) = 34.52%
BLUE value IS 69 (27.34% from 255) = 27.38%
R=38.10%
G=34.52%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96876900.090.280.624016.3632.35
Hex605745091C3E281020
Octal1401271050113476502040
Binary110000010101111000101010011110011111010100010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605745; }

 p { color: rgb(96,87,69); }

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

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

 a { background-color: rgb(96,87,69); }

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

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

 span { border-color: rgb(96,87,69); }

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