#615241

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

Shades of Judge Grey #615241

Tints of Judge Grey #615241

Color information

#615241 (or 0x615241) is unknown color: approx Judge Grey. HEX triplet: 61, 52 and 41. RGB value is (97,82,65). Sum of RGB (Red+Green+Blue) = 97+82+65=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 97 - color contains mainly: red. Hex color #615241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615241 is #9EADBE. Grayscale: #545454. Windows color (decimal): -10399167 or 4280929. OLE color: 4280929.

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

Color convert

RGB978265-
CMYK00.150.330.62
HSL31.88º19.75%31.76%-
HSV(B)31.88º32.99%38.04%-
XYZ8.98.966.26-
YUV84.55116.97136.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.75%
GREEN value IS 82 (32.42% from 255) = 33.61%
BLUE value IS 65 (25.78% from 255) = 26.64%
R=39.75%
G=33.61%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97826500.150.330.6231.8819.7531.76
Hex6152410F213E201420
Octal1411221010174176402440
Binary1100001101001010000010111110000111111010000010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615241; }

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

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

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

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

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

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

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

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