#625947

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

Shades of Judge Grey #625947

Tints of Judge Grey #625947

Color information

#625947 (or 0x625947) is unknown color: approx Judge Grey. HEX triplet: 62, 59 and 47. RGB value is (98,89,71). Sum of RGB (Red+Green+Blue) = 98+89+71=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 98 - color contains mainly: red. Hex color #625947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625947 is #9DA6B8. Grayscale: #595959. Windows color (decimal): -10331833 or 4675938. OLE color: 4675938.

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

Color convert

RGB988971-
CMYK00.090.280.62
HSL40º15.98%33.14%-
HSV(B)40º27.55%38.43%-
XYZ9.7510.27.42-
YUV89.64117.48133.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.98%
GREEN value IS 89 (35.16% from 255) = 34.50%
BLUE value IS 71 (28.12% from 255) = 27.52%
R=37.98%
G=34.50%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98897100.090.280.624015.9833.14
Hex625947091C3E281021
Octal1421311070113476502041
Binary110001010110011000111010011110011111010100010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625947; }

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

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

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

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

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

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

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

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