#615741

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

Shades of Judge Grey #615741

Tints of Judge Grey #615741

Color information

#615741 (or 0x615741) is unknown color: approx Judge Grey. HEX triplet: 61, 57 and 41. RGB value is (97,87,65). Sum of RGB (Red+Green+Blue) = 97+87+65=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 97 - color contains mainly: red. Hex color #615741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615741 is #9EA8BE. Grayscale: #575757. Windows color (decimal): -10397887 or 4282209. OLE color: 4282209.

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

Color convert

RGB978765-
CMYK00.100.330.62
HSL41.25º19.75%31.76%-
HSV(B)41.25º32.99%38.04%-
XYZ9.299.746.39-
YUV87.48115.31134.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.96%
GREEN value IS 87 (34.38% from 255) = 34.94%
BLUE value IS 65 (25.78% from 255) = 26.10%
R=38.96%
G=34.94%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97876500.100.330.6241.2519.7531.76
Hex6157410A213E291420
Octal1411271010124176512440
Binary1100001101011110000010101010000111111010100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615741; }

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

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

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

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

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

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

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

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