#625846

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

Shades of Judge Grey #625846

Tints of Judge Grey #625846

Color information

#625846 (or 0x625846) is unknown color: approx Judge Grey. HEX triplet: 62, 58 and 46. RGB value is (98,88,70). Sum of RGB (Red+Green+Blue) = 98+88+70=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 98 - color contains mainly: red. Hex color #625846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625846 is #9DA7B9. Grayscale: #595959. Windows color (decimal): -10332090 or 4610146. OLE color: 4610146.

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

Color convert

RGB988870-
CMYK00.100.290.62
HSL38.57º16.67%32.94%-
HSV(B)38.57º28.57%38.43%-
XYZ9.6310.027.22-
YUV88.94117.31134.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.28%
GREEN value IS 88 (34.77% from 255) = 34.38%
BLUE value IS 70 (27.73% from 255) = 27.34%
R=38.28%
G=34.38%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98887000.100.290.6238.5716.6732.94
Hex6258460A1D3E271121
Octal1421301060123576472141
Binary110001010110001000110010101110111111010011110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625846; }

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

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

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

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

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

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

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

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