#625840

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

Shades of Judge Grey #625840

Tints of Judge Grey #625840

Color information

#625840 (or 0x625840) is unknown color: approx Judge Grey. HEX triplet: 62, 58 and 40. RGB value is (98,88,64). Sum of RGB (Red+Green+Blue) = 98+88+64=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 98 - color contains mainly: red. Hex color #625840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625840 is #9DA7BF. Grayscale: #585858. Windows color (decimal): -10332096 or 4216930. OLE color: 4216930.

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

Color convert

RGB988864-
CMYK00.100.350.62
HSL42.35º20.99%31.76%-
HSV(B)42.35º34.69%38.43%-
XYZ9.459.956.27-
YUV88.25114.31134.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.2%
GREEN value IS 88 (34.77% from 255) = 35.2%
BLUE value IS 64 (25.39% from 255) = 25.6%
R=39.2%
G=35.2%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98886400.100.350.6242.3520.9931.76
Hex6258400A233E2a1520
Octal1421301000124376522540
Binary1100010101100010000000101010001111111010101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625840; }

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

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

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

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

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

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

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

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