#615240

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

Shades of Judge Grey #615240

Tints of Judge Grey #615240

Color information

#615240 (or 0x615240) is unknown color: approx Judge Grey. HEX triplet: 61, 52 and 40. RGB value is (97,82,64). Sum of RGB (Red+Green+Blue) = 97+82+64=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #615240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615240 is #9EADBF. Grayscale: #545454. Windows color (decimal): -10399168 or 4215393. OLE color: 4215393.

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

Color convert

RGB978264-
CMYK00.150.340.62
HSL32.73º20.5%31.57%-
HSV(B)32.73º34.02%38.04%-
XYZ8.878.956.11-
YUV84.43116.47136.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.92%
GREEN value IS 82 (32.42% from 255) = 33.74%
BLUE value IS 64 (25.39% from 255) = 26.34%
R=39.92%
G=33.74%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97826400.150.340.6232.7320.531.57
Hex6152400F223E211420
Octal1411221000174276412440
Binary1100001101001010000000111110001011111010000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615240; }

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

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

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

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

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

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

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

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