#60564D

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

Shades of Judge Grey #60564D

Tints of Judge Grey #60564D

Color information

#60564D (or 0x60564D) is unknown color: approx Judge Grey. HEX triplet: 60, 56 and 4D. RGB value is (96,86,77). Sum of RGB (Red+Green+Blue) = 96+86+77=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 96 - color contains mainly: red. Hex color #60564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60564D is #9FA9B2. Grayscale: #585858. Windows color (decimal): -10463667 or 5068384. OLE color: 5068384.

HSL color Cylindrical-coordinate representation of color #60564D: hue angle of 28.42º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #60564D is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB968677-
CMYK00.100.200.62
HSL28.42º10.98%33.92%-
HSV(B)28.42º19.79%37.65%-
XYZ9.499.688.39-
YUV87.96121.81133.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.07%
GREEN value IS 86 (33.98% from 255) = 33.20%
BLUE value IS 77 (30.47% from 255) = 29.73%
R=37.07%
G=33.20%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96867700.100.200.6228.4210.9833.92
Hex60564D0A143E1cb22
Octal1401261150122476341342
Binary1100000101011010011010101010100111110111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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