#62574C

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

Shades of Judge Grey #62574C

Tints of Judge Grey #62574C

Color information

#62574C (or 0x62574C) is unknown color: approx Judge Grey. HEX triplet: 62, 57 and 4C. RGB value is (98,87,76). Sum of RGB (Red+Green+Blue) = 98+87+76=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 98 - color contains mainly: red. Hex color #62574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62574C is #9DA8B3. Grayscale: #595959. Windows color (decimal): -10332340 or 5003106. OLE color: 5003106.

HSL color Cylindrical-coordinate representation of color #62574C: hue angle of 30º degrees, saturation: 0.13, 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 #62574C is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB988776-
CMYK00.110.220.62
HSL30º12.64%34.12%-
HSV(B)30º22.45%38.43%-
XYZ9.759.938.24-
YUV89.04120.64134.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.55%
GREEN value IS 87 (34.38% from 255) = 33.33%
BLUE value IS 76 (30.08% from 255) = 29.12%
R=37.55%
G=33.33%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98877600.110.220.623012.6434.12
Hex62574C0B163E1ed22
Octal1421271140132676361542
Binary1100010101011110011000101110110111110111101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62574C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62574C; }

 p { color: rgb(98,87,76); }

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

<style>
 a { background-color: #62574C; }

 a { background-color: rgb(98,87,76); }

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

<style>
 span { border-color: #62574C; }

 span { border-color: rgb(98,87,76); }

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