#625549

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

Shades of Judge Grey #625549

Tints of Judge Grey #625549

Color information

#625549 (or 0x625549) is unknown color: approx Judge Grey. HEX triplet: 62, 55 and 49. RGB value is (98,85,73). Sum of RGB (Red+Green+Blue) = 98+85+73=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 98 - color contains mainly: red. Hex color #625549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625549 is #9DAAB6. Grayscale: #575757. Windows color (decimal): -10332855 or 4805986. OLE color: 4805986.

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

Color convert

RGB988573-
CMYK00.130.260.62
HSL28.8º14.62%33.53%-
HSV(B)28.8º25.51%38.43%-
XYZ9.499.577.65-
YUV87.52119.81135.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.28%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 73 (28.91% from 255) = 28.52%
R=38.28%
G=33.20%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98857300.130.260.6228.814.6233.53
Hex6255490D1A3E1df22
Octal1421251110153276351742
Binary1100010101010110010010110111010111110111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625549; }

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

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

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

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

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

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

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

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