#60563E

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

Shades of Judge Grey #60563E

Tints of Judge Grey #60563E

Color information

#60563E (or 0x60563E) is unknown color: approx Judge Grey. HEX triplet: 60, 56 and 3E. RGB value is (96,86,62). Sum of RGB (Red+Green+Blue) = 96+86+62=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 96 - color contains mainly: red. Hex color #60563E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60563E is #9FA9C1. Grayscale: #565656. Windows color (decimal): -10463682 or 4085344. OLE color: 4085344.

HSL color Cylindrical-coordinate representation of color #60563E: hue angle of 42.35º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #60563E is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB968662-
CMYK00.100.350.62
HSL42.35º21.52%30.98%-
HSV(B)42.35º35.42%37.65%-
XYZ9.029.495.91-
YUV86.25114.31134.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.34%
GREEN value IS 86 (33.98% from 255) = 35.25%
BLUE value IS 62 (24.61% from 255) = 25.41%
R=39.34%
G=35.25%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96866200.100.350.6242.3521.5230.98
Hex60563E0A233E2a161f
Octal140126760124376522637
Binary11000001010110111110010101000111111101010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60563E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60563E; }

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

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

<style>
 a { background-color: #60563E; }

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

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

<style>
 span { border-color: #60563E; }

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

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