#625444

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

Shades of Judge Grey #625444

Tints of Judge Grey #625444

Color information

#625444 (or 0x625444) is unknown color: approx Judge Grey. HEX triplet: 62, 54 and 44. RGB value is (98,84,68). Sum of RGB (Red+Green+Blue) = 98+84+68=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 98 - color contains mainly: red. Hex color #625444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625444 is #9DABBB. Grayscale: #565656. Windows color (decimal): -10333116 or 4478050. OLE color: 4478050.

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

Color convert

RGB988468-
CMYK00.140.310.62
HSL32º18.07%32.55%-
HSV(B)32º30.61%38.43%-
XYZ9.259.356.79-
YUV86.36117.64136.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.2%
GREEN value IS 84 (33.20% from 255) = 33.6%
BLUE value IS 68 (26.95% from 255) = 27.2%
R=39.2%
G=33.6%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98846800.140.310.623218.0732.55
Hex6254440E1F3E201221
Octal1421241040163776402241
Binary110001010101001000100011101111111111010000010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625444; }

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

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

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

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

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

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

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

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