#625138

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

Shades of Judge Grey #625138

Tints of Judge Grey #625138

Color information

#625138 (or 0x625138) is unknown color: approx Judge Grey. HEX triplet: 62, 51 and 38. RGB value is (98,81,56). Sum of RGB (Red+Green+Blue) = 98+81+56=235 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.70% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 98 - color contains mainly: red. Hex color #625138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625138 is #9DAEC7. Grayscale: #535353. Windows color (decimal): -10333896 or 3690850. OLE color: 3690850.

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

Color convert

RGB988156-
CMYK00.170.430.62
HSL35.71º27.27%30.2%-
HSV(B)35.71º42.86%38.43%-
XYZ8.698.774.98-
YUV83.23112.63138.53-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.70%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 56 (22.27% from 255) = 23.83%
R=41.70%
G=34.47%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98815600.170.430.6235.7127.2730.2
Hex6251380112B3E241b1e
Octal142121700215376443336
Binary110001010100011110000100011010111111101001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625138; }

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

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

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

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

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

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

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

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