#615540

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

Shades of Judge Grey #615540

Tints of Judge Grey #615540

Color information

#615540 (or 0x615540) is unknown color: approx Judge Grey. HEX triplet: 61, 55 and 40. RGB value is (97,85,64). Sum of RGB (Red+Green+Blue) = 97+85+64=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 97 - color contains mainly: red. Hex color #615540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615540 is #9EAABF. Grayscale: #565656. Windows color (decimal): -10398400 or 4216161. OLE color: 4216161.

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

Color convert

RGB978564-
CMYK00.120.340.62
HSL38.18º20.5%31.57%-
HSV(B)38.18º34.02%38.04%-
XYZ9.19.416.19-
YUV86.19115.48135.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.43%
GREEN value IS 85 (33.59% from 255) = 34.55%
BLUE value IS 64 (25.39% from 255) = 26.02%
R=39.43%
G=34.55%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97856400.120.340.6238.1820.531.57
Hex6155400C223E261420
Octal1411251000144276462440
Binary1100001101010110000000110010001011111010011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615540; }

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

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

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

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

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

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

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

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