#625544

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

Shades of Judge Grey #625544

Tints of Judge Grey #625544

Color information

#625544 (or 0x625544) is unknown color: approx Judge Grey. HEX triplet: 62, 55 and 44. RGB value is (98,85,68). Sum of RGB (Red+Green+Blue) = 98+85+68=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 68 (26.95% from 255 or 27.09% from 251); Max value from RGB is 98 - color contains mainly: red. Hex color #625544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625544 is #9DAABB. Grayscale: #575757. Windows color (decimal): -10332860 or 4478306. OLE color: 4478306.

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

Color convert

RGB988568-
CMYK00.130.310.62
HSL34º18.07%32.55%-
HSV(B)34º30.61%38.43%-
XYZ9.339.516.81-
YUV86.95117.31135.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.04%
GREEN value IS 85 (33.59% from 255) = 33.86%
BLUE value IS 68 (26.95% from 255) = 27.09%
R=39.04%
G=33.86%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98856800.130.310.623418.0732.55
Hex6255440D1F3E221221
Octal1421251040153776422241
Binary110001010101011000100011011111111111010001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625544; }

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

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

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

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

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

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

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

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