#60523E

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

Shades of Judge Grey #60523E

Tints of Judge Grey #60523E

Color information

#60523E (or 0x60523E) is unknown color: approx Judge Grey. HEX triplet: 60, 52 and 3E. RGB value is (96,82,62). Sum of RGB (Red+Green+Blue) = 96+82+62=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #60523E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60523E is #9FADC1. Grayscale: #545454. Windows color (decimal): -10464706 or 4084320. OLE color: 4084320.

HSL color Cylindrical-coordinate representation of color #60523E: hue angle of 35.29º 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 #60523E is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB968262-
CMYK00.150.350.62
HSL35.29º21.52%30.98%-
HSV(B)35.29º35.42%37.65%-
XYZ8.718.875.81-
YUV83.91115.64136.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40%
GREEN value IS 82 (32.42% from 255) = 34.17%
BLUE value IS 62 (24.61% from 255) = 25.83%
R=40%
G=34.17%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96826200.150.350.6235.2921.5230.98
Hex60523E0F233E23161f
Octal140122760174376432637
Binary11000001010010111110011111000111111101000111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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