#625842

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

Shades of Judge Grey #625842

Tints of Judge Grey #625842

Color information

#625842 (or 0x625842) is unknown color: approx Judge Grey. HEX triplet: 62, 58 and 42. RGB value is (98,88,66). Sum of RGB (Red+Green+Blue) = 98+88+66=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 98 - color contains mainly: red. Hex color #625842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625842 is #9DA7BD. Grayscale: #585858. Windows color (decimal): -10332094 or 4348002. OLE color: 4348002.

HSL color Cylindrical-coordinate representation of color #625842: hue angle of 41.25º 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 #625842 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB988866-
CMYK00.100.330.62
HSL41.25º19.51%32.16%-
HSV(B)41.25º32.65%38.43%-
XYZ9.519.976.58-
YUV88.48115.31134.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.89%
GREEN value IS 88 (34.77% from 255) = 34.92%
BLUE value IS 66 (26.17% from 255) = 26.19%
R=38.89%
G=34.92%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98886600.100.330.6241.2519.5132.16
Hex6258420A213E291420
Octal1421301020124176512440
Binary1100010101100010000100101010000111111010100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625842; }

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

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

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

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

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

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

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

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