#61594C

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

Shades of Judge Grey #61594C

Tints of Judge Grey #61594C

Color information

#61594C (or 0x61594C) is unknown color: approx Judge Grey. HEX triplet: 61, 59 and 4C. RGB value is (97,89,76). Sum of RGB (Red+Green+Blue) = 97+89+76=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 97 - color contains mainly: red. Hex color #61594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61594C is #9EA6B3. Grayscale: #595959. Windows color (decimal): -10397364 or 5003617. OLE color: 5003617.

HSL color Cylindrical-coordinate representation of color #61594C: hue angle of 37.14º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #61594C is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB978976-
CMYK00.080.220.62
HSL37.14º12.14%33.92%-
HSV(B)37.14º21.65%38.04%-
XYZ9.8110.218.29-
YUV89.91120.15133.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.02%
GREEN value IS 89 (35.16% from 255) = 33.97%
BLUE value IS 76 (30.08% from 255) = 29.01%
R=37.02%
G=33.97%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97897600.080.220.6237.1412.1433.92
Hex61594C08163E25c22
Octal1411311140102676451442
Binary11000011011001100110001000101101111101001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61594C; }

 p { color: rgb(97,89,76); }

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

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

 a { background-color: rgb(97,89,76); }

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

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

 span { border-color: rgb(97,89,76); }

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