#60554B

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

Shades of Judge Grey #60554B

Tints of Judge Grey #60554B

Color information

#60554B (or 0x60554B) is unknown color: approx Judge Grey. HEX triplet: 60, 55 and 4B. RGB value is (96,85,75). Sum of RGB (Red+Green+Blue) = 96+85+75=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #60554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60554B is #9FAAB4. Grayscale: #575757. Windows color (decimal): -10463925 or 4937056. OLE color: 4937056.

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

Color convert

RGB968575-
CMYK00.110.220.62
HSL28.57º12.28%33.53%-
HSV(B)28.57º21.88%37.65%-
XYZ9.349.498-
YUV87.15121.14134.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.5%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 75 (29.69% from 255) = 29.30%
R=37.5%
G=33.20%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96857500.110.220.6228.5712.2833.53
Hex60554B0B163E1dc22
Octal1401251130132676351442
Binary1100000101010110010110101110110111110111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60554B; }

 p { color: rgb(96,85,75); }

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

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

 a { background-color: rgb(96,85,75); }

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

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

 span { border-color: rgb(96,85,75); }

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