#625642

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

Shades of Judge Grey #625642

Tints of Judge Grey #625642

Color information

#625642 (or 0x625642) is unknown color: approx Judge Grey. HEX triplet: 62, 56 and 42. RGB value is (98,86,66). Sum of RGB (Red+Green+Blue) = 98+86+66=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 98 - color contains mainly: red. Hex color #625642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625642 is #9DA9BD. Grayscale: #575757. Windows color (decimal): -10332606 or 4347490. OLE color: 4347490.

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

Color convert

RGB988666-
CMYK00.120.330.62
HSL37.5º19.51%32.16%-
HSV(B)37.5º32.65%38.43%-
XYZ9.359.656.52-
YUV87.31115.98135.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.2%
GREEN value IS 86 (33.98% from 255) = 34.4%
BLUE value IS 66 (26.17% from 255) = 26.4%
R=39.2%
G=34.4%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98866600.120.330.6237.519.5132.16
Hex6256420C213E261420
Octal1421261020144176462440
Binary1100010101011010000100110010000111111010011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625642; }

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

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

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

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

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

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

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

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