#625948

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

Shades of Judge Grey #625948

Tints of Judge Grey #625948

Color information

#625948 (or 0x625948) is unknown color: approx Judge Grey. HEX triplet: 62, 59 and 48. RGB value is (98,89,72). Sum of RGB (Red+Green+Blue) = 98+89+72=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 98 - color contains mainly: red. Hex color #625948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625948 is #9DA6B7. Grayscale: #595959. Windows color (decimal): -10331832 or 4741474. OLE color: 4741474.

HSL color Cylindrical-coordinate representation of color #625948: hue angle of 39.23º 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 #625948 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB988972-
CMYK00.090.270.62
HSL39.23º15.29%33.33%-
HSV(B)39.23º26.53%38.43%-
XYZ9.7810.217.59-
YUV89.75117.98133.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.84%
GREEN value IS 89 (35.16% from 255) = 34.36%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=37.84%
G=34.36%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98897200.090.270.6239.2315.2933.33
Hex625948091B3E27f21
Octal1421311100113376471741
Binary11000101011001100100001001110111111101001111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625948; }

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

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

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

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

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

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

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

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