#615949

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

Shades of Judge Grey #615949

Tints of Judge Grey #615949

Color information

#615949 (or 0x615949) is unknown color: approx Judge Grey. HEX triplet: 61, 59 and 49. RGB value is (97,89,73). Sum of RGB (Red+Green+Blue) = 97+89+73=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 97 - color contains mainly: red. Hex color #615949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615949 is #9EA6B6. Grayscale: #595959. Windows color (decimal): -10397367 or 4807009. OLE color: 4807009.

HSL color Cylindrical-coordinate representation of color #615949: hue angle of 40º 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 #615949 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB978973-
CMYK00.080.250.62
HSL40º14.12%33.33%-
HSV(B)40º24.74%38.04%-
XYZ9.710.177.75-
YUV89.57118.65133.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.45%
GREEN value IS 89 (35.16% from 255) = 34.36%
BLUE value IS 73 (28.91% from 255) = 28.19%
R=37.45%
G=34.36%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97897300.080.250.624014.1233.33
Hex61594908193E28e21
Octal1411311110103176501641
Binary11000011011001100100101000110011111101010001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615949; }

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

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

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

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

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

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

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

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