#625547

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

Shades of Judge Grey #625547

Tints of Judge Grey #625547

Color information

#625547 (or 0x625547) is unknown color: approx Judge Grey. HEX triplet: 62, 55 and 47. RGB value is (98,85,71). Sum of RGB (Red+Green+Blue) = 98+85+71=254 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.58% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 98 - color contains mainly: red. Hex color #625547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625547 is #9DAAB8. Grayscale: #575757. Windows color (decimal): -10332857 or 4674914. OLE color: 4674914.

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

Color convert

RGB988571-
CMYK00.130.280.62
HSL31.11º15.98%33.14%-
HSV(B)31.11º27.55%38.43%-
XYZ9.429.557.31-
YUV87.29118.81135.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.58%
GREEN value IS 85 (33.59% from 255) = 33.46%
BLUE value IS 71 (28.12% from 255) = 27.95%
R=38.58%
G=33.46%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98857100.130.280.6231.1115.9833.14
Hex6255470D1C3E1f1021
Octal1421251070153476372041
Binary11000101010101100011101101111001111101111110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625547; }

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

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

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

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

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

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

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

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