#60564B

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

Shades of Judge Grey #60564B

Tints of Judge Grey #60564B

Color information

#60564B (or 0x60564B) is unknown color: approx Judge Grey. HEX triplet: 60, 56 and 4B. RGB value is (96,86,75). Sum of RGB (Red+Green+Blue) = 96+86+75=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 96 - color contains mainly: red. Hex color #60564B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60564B is #9FA9B4. Grayscale: #575757. Windows color (decimal): -10463669 or 4937312. OLE color: 4937312.

HSL color Cylindrical-coordinate representation of color #60564B: hue angle of 31.43º 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 #60564B is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB968675-
CMYK00.100.220.62
HSL31.43º12.28%33.53%-
HSV(B)31.43º21.88%37.65%-
XYZ9.429.658.02-
YUV87.74120.81133.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.35%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 75 (29.69% from 255) = 29.18%
R=37.35%
G=33.46%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96867500.100.220.6231.4312.2833.53
Hex60564B0A163E1fc22
Octal1401261130122676371442
Binary1100000101011010010110101010110111110111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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