#62563F

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

Shades of Judge Grey #62563F

Tints of Judge Grey #62563F

Color information

#62563F (or 0x62563F) is unknown color: approx Judge Grey. HEX triplet: 62, 56 and 3F. RGB value is (98,86,63). Sum of RGB (Red+Green+Blue) = 98+86+63=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 98 - color contains mainly: red. Hex color #62563F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62563F is #9DA9C0. Grayscale: #575757. Windows color (decimal): -10332609 or 4150882. OLE color: 4150882.

HSL color Cylindrical-coordinate representation of color #62563F: hue angle of 39.43º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #62563F is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB988663-
CMYK00.120.360.62
HSL39.43º21.74%31.57%-
HSV(B)39.43º35.71%38.43%-
XYZ9.269.616.07-
YUV86.97114.48135.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.68%
GREEN value IS 86 (33.98% from 255) = 34.82%
BLUE value IS 63 (25% from 255) = 25.51%
R=39.68%
G=34.82%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98866300.120.360.6239.4321.7431.57
Hex62563F0C243E271620
Octal142126770144476472640
Binary110001010101101111110110010010011111010011110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62563F; }

 p { color: rgb(98,86,63); }

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

<style>
 a { background-color: #62563F; }

 a { background-color: rgb(98,86,63); }

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

<style>
 span { border-color: #62563F; }

 span { border-color: rgb(98,86,63); }

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