#615649

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

Shades of Judge Grey #615649

Tints of Judge Grey #615649

Color information

#615649 (or 0x615649) is unknown color: approx Judge Grey. HEX triplet: 61, 56 and 49. RGB value is (97,86,73). Sum of RGB (Red+Green+Blue) = 97+86+73=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 97 - color contains mainly: red. Hex color #615649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615649 is #9EA9B6. Grayscale: #575757. Windows color (decimal): -10398135 or 4806241. OLE color: 4806241.

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

Color convert

RGB978673-
CMYK00.110.250.62
HSL32.5º14.12%33.33%-
HSV(B)32.5º24.74%38.04%-
XYZ9.469.687.67-
YUV87.81119.64134.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.89%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 73 (28.91% from 255) = 28.52%
R=37.89%
G=33.59%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97867300.110.250.6232.514.1233.33
Hex6156490B193E21e21
Octal1411261110133176411641
Binary11000011010110100100101011110011111101000011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615649; }

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

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

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

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

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

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

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

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