#625644

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

Shades of Judge Grey #625644

Tints of Judge Grey #625644

Color information

#625644 (or 0x625644) is unknown color: approx Judge Grey. HEX triplet: 62, 56 and 44. RGB value is (98,86,68). Sum of RGB (Red+Green+Blue) = 98+86+68=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 98 - color contains mainly: red. Hex color #625644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625644 is #9DA9BB. Grayscale: #575757. Windows color (decimal): -10332604 or 4478562. OLE color: 4478562.

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

Color convert

RGB988668-
CMYK00.120.310.62
HSL36º18.07%32.55%-
HSV(B)36º30.61%38.43%-
XYZ9.419.676.84-
YUV87.54116.98135.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.89%
GREEN value IS 86 (33.98% from 255) = 34.13%
BLUE value IS 68 (26.95% from 255) = 26.98%
R=38.89%
G=34.13%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98866800.120.310.623618.0732.55
Hex6256440C1F3E241221
Octal1421261040143776442241
Binary110001010101101000100011001111111111010010010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625644; }

 p { color: rgb(98,86,68); }

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

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

 a { background-color: rgb(98,86,68); }

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

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

 span { border-color: rgb(98,86,68); }

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