#60584F

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

Shades of Judge Grey #60584F

Tints of Judge Grey #60584F

Color information

#60584F (or 0x60584F) is unknown color: approx Judge Grey. HEX triplet: 60, 58 and 4F. RGB value is (96,88,79). Sum of RGB (Red+Green+Blue) = 96+88+79=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 96 - color contains mainly: red. Hex color #60584F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60584F is #9FA7B0. Grayscale: #595959. Windows color (decimal): -10463153 or 5199968. OLE color: 5199968.

HSL color Cylindrical-coordinate representation of color #60584F: hue angle of 31.76º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #60584F is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB968879-
CMYK00.080.180.62
HSL31.76º9.71%34.31%-
HSV(B)31.76º17.71%37.65%-
XYZ9.7210.038.82-
YUV89.37122.15132.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.50%
GREEN value IS 88 (34.77% from 255) = 33.46%
BLUE value IS 79 (31.25% from 255) = 30.04%
R=36.50%
G=33.46%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96887900.080.180.6231.769.7134.31
Hex60584F08123E20a22
Octal1401301170102276401242
Binary11000001011000100111101000100101111101000001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60584F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60584F; }

 p { color: rgb(96,88,79); }

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

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

 a { background-color: rgb(96,88,79); }

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

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

 span { border-color: rgb(96,88,79); }

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