#625344

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

Shades of Judge Grey #625344

Tints of Judge Grey #625344

Color information

#625344 (or 0x625344) is unknown color: approx Judge Grey. HEX triplet: 62, 53 and 44. RGB value is (98,83,68). Sum of RGB (Red+Green+Blue) = 98+83+68=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 98 - color contains mainly: red. Hex color #625344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625344 is #9DACBB. Grayscale: #555555. Windows color (decimal): -10333372 or 4477794. OLE color: 4477794.

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

Color convert

RGB988368-
CMYK00.150.310.62
HSL30º18.07%32.55%-
HSV(B)30º30.61%38.43%-
XYZ9.179.26.76-
YUV85.78117.97136.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.36%
GREEN value IS 83 (32.81% from 255) = 33.33%
BLUE value IS 68 (26.95% from 255) = 27.31%
R=39.36%
G=33.33%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98836800.150.310.623018.0732.55
Hex6253440F1F3E1e1221
Octal1421231040173776362241
Binary11000101010011100010001111111111111101111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625344; }

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

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

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

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

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

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

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

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