#61574A

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

Shades of Judge Grey #61574A

Tints of Judge Grey #61574A

Color information

#61574A (or 0x61574A) is unknown color: approx Judge Grey. HEX triplet: 61, 57 and 4A. RGB value is (97,87,74). Sum of RGB (Red+Green+Blue) = 97+87+74=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 97 - color contains mainly: red. Hex color #61574A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61574A is #9EA8B5. Grayscale: #585858. Windows color (decimal): -10397878 or 4872033. OLE color: 4872033.

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

Color convert

RGB978774-
CMYK00.100.240.62
HSL33.91º13.45%33.53%-
HSV(B)33.91º23.71%38.04%-
XYZ9.579.857.88-
YUV88.51119.81134.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.60%
GREEN value IS 87 (34.38% from 255) = 33.72%
BLUE value IS 74 (29.30% from 255) = 28.68%
R=37.60%
G=33.72%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97877400.100.240.6233.9113.4533.53
Hex61574A0A183E22d22
Octal1411271120123076421542
Binary11000011010111100101001010110001111101000101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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