#625740

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

Shades of Judge Grey #625740

Tints of Judge Grey #625740

Color information

#625740 (or 0x625740) is unknown color: approx Judge Grey. HEX triplet: 62, 57 and 40. RGB value is (98,87,64). Sum of RGB (Red+Green+Blue) = 98+87+64=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 98 - color contains mainly: red. Hex color #625740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625740 is #9DA8BF. Grayscale: #575757. Windows color (decimal): -10332352 or 4216674. OLE color: 4216674.

HSL color Cylindrical-coordinate representation of color #625740: hue angle of 40.59º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #625740 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB988764-
CMYK00.110.350.62
HSL40.59º20.99%31.76%-
HSV(B)40.59º34.69%38.43%-
XYZ9.379.786.24-
YUV87.67114.64135.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.36%
GREEN value IS 87 (34.38% from 255) = 34.94%
BLUE value IS 64 (25.39% from 255) = 25.70%
R=39.36%
G=34.94%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98876400.110.350.6240.5920.9931.76
Hex6257400B233E291520
Octal1421271000134376512540
Binary1100010101011110000000101110001111111010100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625740; }

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

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

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

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

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

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

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

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