#625546

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

Shades of Judge Grey #625546

Tints of Judge Grey #625546

Color information

#625546 (or 0x625546) is unknown color: approx Judge Grey. HEX triplet: 62, 55 and 46. RGB value is (98,85,70). Sum of RGB (Red+Green+Blue) = 98+85+70=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 98 - color contains mainly: red. Hex color #625546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625546 is #9DAAB9. Grayscale: #575757. Windows color (decimal): -10332858 or 4609378. OLE color: 4609378.

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

Color convert

RGB988570-
CMYK00.130.290.62
HSL32.14º16.67%32.94%-
HSV(B)32.14º28.57%38.43%-
XYZ9.399.547.14-
YUV87.18118.31135.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.74%
GREEN value IS 85 (33.59% from 255) = 33.60%
BLUE value IS 70 (27.73% from 255) = 27.67%
R=38.74%
G=33.60%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98857000.130.290.6232.1416.6732.94
Hex6255460D1D3E201121
Octal1421251060153576402141
Binary110001010101011000110011011110111111010000010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625546; }

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

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

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

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

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

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

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

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