#615745

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

Shades of Judge Grey #615745

Tints of Judge Grey #615745

Color information

#615745 (or 0x615745) is unknown color: approx Judge Grey. HEX triplet: 61, 57 and 45. RGB value is (97,87,69). Sum of RGB (Red+Green+Blue) = 97+87+69=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 97 - color contains mainly: red. Hex color #615745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615745 is #9EA8BA. Grayscale: #585858. Windows color (decimal): -10397883 or 4544353. OLE color: 4544353.

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

Color convert

RGB978769-
CMYK00.100.290.62
HSL38.57º16.87%32.55%-
HSV(B)38.57º28.87%38.04%-
XYZ9.419.797.02-
YUV87.94117.31134.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.34%
GREEN value IS 87 (34.38% from 255) = 34.39%
BLUE value IS 69 (27.34% from 255) = 27.27%
R=38.34%
G=34.39%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97876900.100.290.6238.5716.8732.55
Hex6157450A1D3E271121
Octal1411271050123576472141
Binary110000110101111000101010101110111111010011110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615745; }

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

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

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

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

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

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

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

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