#625139

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

Shades of Judge Grey #625139

Tints of Judge Grey #625139

Color information

#625139 (or 0x625139) is unknown color: approx Judge Grey. HEX triplet: 62, 51 and 39. RGB value is (98,81,57). Sum of RGB (Red+Green+Blue) = 98+81+57=236 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.53% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 98 - color contains mainly: red. Hex color #625139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625139 is #9DAEC6. Grayscale: #535353. Windows color (decimal): -10333895 or 3756386. OLE color: 3756386.

HSL color Cylindrical-coordinate representation of color #625139: hue angle of 35.12º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #625139 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB988157-
CMYK00.170.420.62
HSL35.12º26.45%30.39%-
HSV(B)35.12º41.84%38.43%-
XYZ8.728.785.11-
YUV83.35113.13138.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.53%
GREEN value IS 81 (32.03% from 255) = 34.32%
BLUE value IS 57 (22.66% from 255) = 24.15%
R=41.53%
G=34.32%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98815700.170.420.6235.1226.4530.39
Hex6251390112A3E231a1e
Octal142121710215276433236
Binary110001010100011110010100011010101111101000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625139; }

 p { color: rgb(98,81,57); }

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

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

 a { background-color: rgb(98,81,57); }

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

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

 span { border-color: rgb(98,81,57); }

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