#625243

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

Shades of Judge Grey #625243

Tints of Judge Grey #625243

Color information

#625243 (or 0x625243) is unknown color: approx Judge Grey. HEX triplet: 62, 52 and 43. RGB value is (98,82,67). Sum of RGB (Red+Green+Blue) = 98+82+67=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 98 - color contains mainly: red. Hex color #625243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625243 is #9DADBC. Grayscale: #555555. Windows color (decimal): -10333629 or 4412002. OLE color: 4412002.

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

Color convert

RGB988267-
CMYK00.160.320.62
HSL29.03º18.79%32.35%-
HSV(B)29.03º31.63%38.43%-
XYZ9.079.046.58-
YUV85.07117.8137.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.68%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 67 (26.56% from 255) = 27.13%
R=39.68%
G=33.20%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98826700.160.320.6229.0318.7932.35
Hex625243010203E1d1320
Octal1421221030204076352340
Binary1100010101001010000110100001000001111101110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625243; }

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

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

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

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

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

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

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

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