#615547

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

Shades of Judge Grey #615547

Tints of Judge Grey #615547

Color information

#615547 (or 0x615547) is unknown color: approx Judge Grey. HEX triplet: 61, 55 and 47. RGB value is (97,85,71). Sum of RGB (Red+Green+Blue) = 97+85+71=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 97 - color contains mainly: red. Hex color #615547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615547 is #9EAAB8. Grayscale: #575757. Windows color (decimal): -10398393 or 4674913. OLE color: 4674913.

HSL color Cylindrical-coordinate representation of color #615547: hue angle of 32.31º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #615547 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB978571-
CMYK00.120.270.62
HSL32.31º15.48%32.94%-
HSV(B)32.31º26.8%38.04%-
XYZ9.329.497.3-
YUV86.99118.98135.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.34%
GREEN value IS 85 (33.59% from 255) = 33.60%
BLUE value IS 71 (28.12% from 255) = 28.06%
R=38.34%
G=33.60%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97857100.120.270.6232.3115.4832.94
Hex6155470C1B3E20f21
Octal1411251070143376401741
Binary11000011010101100011101100110111111101000001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615547; }

 p { color: rgb(97,85,71); }

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

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

 a { background-color: rgb(97,85,71); }

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

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

 span { border-color: rgb(97,85,71); }

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