#62564B

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

Shades of Judge Grey #62564B

Tints of Judge Grey #62564B

Color information

#62564B (or 0x62564B) is unknown color: approx Judge Grey. HEX triplet: 62, 56 and 4B. RGB value is (98,86,75). Sum of RGB (Red+Green+Blue) = 98+86+75=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 98 - color contains mainly: red. Hex color #62564B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62564B is #9DA9B4. Grayscale: #585858. Windows color (decimal): -10332597 or 4937314. OLE color: 4937314.

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

Color convert

RGB988675-
CMYK00.120.230.62
HSL28.7º13.29%33.92%-
HSV(B)28.7º23.47%38.43%-
XYZ9.639.768.03-
YUV88.33120.48134.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.84%
GREEN value IS 86 (33.98% from 255) = 33.20%
BLUE value IS 75 (29.69% from 255) = 28.96%
R=37.84%
G=33.20%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98867500.120.230.6228.713.2933.92
Hex62564B0C173E1dd22
Octal1421261130142776351542
Binary1100010101011010010110110010111111110111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62564B; }

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

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

<style>
 a { background-color: #62564B; }

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

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

<style>
 span { border-color: #62564B; }

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

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