#625848

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

Shades of Judge Grey #625848

Tints of Judge Grey #625848

Color information

#625848 (or 0x625848) is unknown color: approx Judge Grey. HEX triplet: 62, 58 and 48. RGB value is (98,88,72). Sum of RGB (Red+Green+Blue) = 98+88+72=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 98 - color contains mainly: red. Hex color #625848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625848 is #9DA7B7. Grayscale: #595959. Windows color (decimal): -10332088 or 4741218. OLE color: 4741218.

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

Color convert

RGB988872-
CMYK00.100.270.62
HSL36.92º15.29%33.33%-
HSV(B)36.92º26.53%38.43%-
XYZ9.710.047.56-
YUV89.17118.31134.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.98%
GREEN value IS 88 (34.77% from 255) = 34.11%
BLUE value IS 72 (28.52% from 255) = 27.91%
R=37.98%
G=34.11%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98887200.100.270.6236.9215.2933.33
Hex6258480A1B3E25f21
Octal1421301100123376451741
Binary11000101011000100100001010110111111101001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625848; }

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

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

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

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

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

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

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

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