#625649

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

Shades of Judge Grey #625649

Tints of Judge Grey #625649

Color information

#625649 (or 0x625649) is unknown color: approx Judge Grey. HEX triplet: 62, 56 and 49. RGB value is (98,86,73). Sum of RGB (Red+Green+Blue) = 98+86+73=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 98 - color contains mainly: red. Hex color #625649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625649 is #9DA9B6. Grayscale: #585858. Windows color (decimal): -10332599 or 4806242. OLE color: 4806242.

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

Color convert

RGB988673-
CMYK00.120.260.62
HSL31.2º14.62%33.53%-
HSV(B)31.2º25.51%38.43%-
XYZ9.579.737.68-
YUV88.11119.48135.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.13%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 73 (28.91% from 255) = 28.40%
R=38.13%
G=33.46%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98867300.120.260.6231.214.6233.53
Hex6256490C1A3E1ff22
Octal1421261110143276371742
Binary1100010101011010010010110011010111110111111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625649; }

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

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

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

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

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

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

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

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