#625748

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

Shades of Judge Grey #625748

Tints of Judge Grey #625748

Color information

#625748 (or 0x625748) is unknown color: approx Judge Grey. HEX triplet: 62, 57 and 48. RGB value is (98,87,72). Sum of RGB (Red+Green+Blue) = 98+87+72=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 98 - color contains mainly: red. Hex color #625748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625748 is #9DA8B7. Grayscale: #585858. Windows color (decimal): -10332344 or 4740962. OLE color: 4740962.

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

Color convert

RGB988772-
CMYK00.110.270.62
HSL34.62º15.29%33.33%-
HSV(B)34.62º26.53%38.43%-
XYZ9.619.887.53-
YUV88.58118.64134.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.13%
GREEN value IS 87 (34.38% from 255) = 33.85%
BLUE value IS 72 (28.52% from 255) = 28.02%
R=38.13%
G=33.85%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98877200.110.270.6234.6215.2933.33
Hex6257480B1B3E23f21
Octal1421271100133376431741
Binary11000101010111100100001011110111111101000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625748; }

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

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

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

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

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

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

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

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