#60564A

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

Shades of Judge Grey #60564A

Tints of Judge Grey #60564A

Color information

#60564A (or 0x60564A) is unknown color: approx Judge Grey. HEX triplet: 60, 56 and 4A. RGB value is (96,86,74). Sum of RGB (Red+Green+Blue) = 96+86+74=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #60564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60564A is #9FA9B5. Grayscale: #575757. Windows color (decimal): -10463670 or 4871776. OLE color: 4871776.

HSL color Cylindrical-coordinate representation of color #60564A: hue angle of 32.73º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #60564A is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB968674-
CMYK00.100.230.62
HSL32.73º12.94%33.33%-
HSV(B)32.73º22.92%37.65%-
XYZ9.399.647.84-
YUV87.62120.31133.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.5%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 74 (29.30% from 255) = 28.91%
R=37.5%
G=33.59%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96867400.100.230.6232.7312.9433.33
Hex60564A0A173E21d21
Octal1401261120122776411541
Binary11000001010110100101001010101111111101000011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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