#625543

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

Shades of Judge Grey #625543

Tints of Judge Grey #625543

Color information

#625543 (or 0x625543) is unknown color: approx Judge Grey. HEX triplet: 62, 55 and 43. RGB value is (98,85,67). Sum of RGB (Red+Green+Blue) = 98+85+67=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 98 - color contains mainly: red. Hex color #625543 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625543 is #9DAABC. Grayscale: #565656. Windows color (decimal): -10332861 or 4412770. OLE color: 4412770.

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

Color convert

RGB988567-
CMYK00.130.320.62
HSL34.84º18.79%32.35%-
HSV(B)34.84º31.63%38.43%-
XYZ9.39.56.65-
YUV86.84116.81135.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.2%
GREEN value IS 85 (33.59% from 255) = 34%
BLUE value IS 67 (26.56% from 255) = 26.8%
R=39.2%
G=34%
B=26.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98856700.130.320.6234.8418.7932.35
Hex6255430D203E231320
Octal1421251030154076432340
Binary1100010101010110000110110110000011111010001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625543; }

 p { color: rgb(98,85,67); }

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

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

 a { background-color: rgb(98,85,67); }

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

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

 span { border-color: rgb(98,85,67); }

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