#615449

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

Shades of Judge Grey #615449

Tints of Judge Grey #615449

Color information

#615449 (or 0x615449) is unknown color: approx Judge Grey. HEX triplet: 61, 54 and 49. RGB value is (97,84,73). Sum of RGB (Red+Green+Blue) = 97+84+73=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 97 - color contains mainly: red. Hex color #615449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615449 is #9EABB6. Grayscale: #565656. Windows color (decimal): -10398647 or 4805729. OLE color: 4805729.

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

Color convert

RGB978473-
CMYK00.130.250.62
HSL27.5º14.12%33.33%-
HSV(B)27.5º24.74%38.04%-
XYZ9.39.367.62-
YUV86.63120.31135.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.19%
GREEN value IS 84 (33.20% from 255) = 33.07%
BLUE value IS 73 (28.91% from 255) = 28.74%
R=38.19%
G=33.07%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97847300.130.250.6227.514.1233.33
Hex6154490D193E1ce21
Octal1411241110153176341641
Binary1100001101010010010010110111001111110111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615449; }

 p { color: rgb(97,84,73); }

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

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

 a { background-color: rgb(97,84,73); }

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

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

 span { border-color: rgb(97,84,73); }

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