#625447

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

Shades of Judge Grey #625447

Tints of Judge Grey #625447

Color information

#625447 (or 0x625447) is unknown color: approx Judge Grey. HEX triplet: 62, 54 and 47. RGB value is (98,84,71). Sum of RGB (Red+Green+Blue) = 98+84+71=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 98 - color contains mainly: red. Hex color #625447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625447 is #9DABB8. Grayscale: #565656. Windows color (decimal): -10333113 or 4674658. OLE color: 4674658.

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

Color convert

RGB988471-
CMYK00.140.280.62
HSL28.89º15.98%33.14%-
HSV(B)28.89º27.55%38.43%-
XYZ9.349.397.28-
YUV86.7119.14136.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.74%
GREEN value IS 84 (33.20% from 255) = 33.20%
BLUE value IS 71 (28.12% from 255) = 28.06%
R=38.74%
G=33.20%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98847100.140.280.6228.8915.9833.14
Hex6254470E1C3E1d1021
Octal1421241070163476352041
Binary11000101010100100011101110111001111101110110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625447; }

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

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

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

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

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

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

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

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