#61574D

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

Shades of Judge Grey #61574D

Tints of Judge Grey #61574D

Color information

#61574D (or 0x61574D) is unknown color: approx Judge Grey. HEX triplet: 61, 57 and 4D. RGB value is (97,87,77). Sum of RGB (Red+Green+Blue) = 97+87+77=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 97 - color contains mainly: red. Hex color #61574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61574D is #9EA8B2. Grayscale: #585858. Windows color (decimal): -10397875 or 5068641. OLE color: 5068641.

HSL color Cylindrical-coordinate representation of color #61574D: hue angle of 30º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #61574D is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB978777-
CMYK00.100.210.62
HSL30º11.49%34.12%-
HSV(B)30º20.62%38.04%-
XYZ9.689.898.42-
YUV88.85121.31133.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.16%
GREEN value IS 87 (34.38% from 255) = 33.33%
BLUE value IS 77 (30.47% from 255) = 29.50%
R=37.16%
G=33.33%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97877700.100.210.623011.4934.12
Hex61574D0A153E1eb22
Octal1411271150122576361342
Binary1100001101011110011010101010101111110111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61574D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61574D; }

 p { color: rgb(97,87,77); }

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

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

 a { background-color: rgb(97,87,77); }

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

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

 span { border-color: rgb(97,87,77); }

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