#625640

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

Shades of Judge Grey #625640

Tints of Judge Grey #625640

Color information

#625640 (or 0x625640) is unknown color: approx Judge Grey. HEX triplet: 62, 56 and 40. RGB value is (98,86,64). Sum of RGB (Red+Green+Blue) = 98+86+64=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 98 - color contains mainly: red. Hex color #625640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625640 is #9DA9BF. Grayscale: #575757. Windows color (decimal): -10332608 or 4216418. OLE color: 4216418.

HSL color Cylindrical-coordinate representation of color #625640: hue angle of 38.82º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #625640 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB988664-
CMYK00.120.350.62
HSL38.82º20.99%31.76%-
HSV(B)38.82º34.69%38.43%-
XYZ9.299.626.22-
YUV87.08114.98135.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.52%
GREEN value IS 86 (33.98% from 255) = 34.68%
BLUE value IS 64 (25.39% from 255) = 25.81%
R=39.52%
G=34.68%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98866400.120.350.6238.8220.9931.76
Hex6256400C233E271520
Octal1421261000144376472540
Binary1100010101011010000000110010001111111010011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625640; }

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

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

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

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

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

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

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

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