#615244

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

Shades of Judge Grey #615244

Tints of Judge Grey #615244

Color information

#615244 (or 0x615244) is unknown color: approx Judge Grey. HEX triplet: 61, 52 and 44. RGB value is (97,82,68). Sum of RGB (Red+Green+Blue) = 97+82+68=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #615244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615244 is #9EADBB. Grayscale: #545454. Windows color (decimal): -10399164 or 4477537. OLE color: 4477537.

HSL color Cylindrical-coordinate representation of color #615244: hue angle of 28.97º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #615244 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB978268-
CMYK00.150.300.62
HSL28.97º17.58%32.35%-
HSV(B)28.97º29.9%38.04%-
XYZ8.998.996.73-
YUV84.89118.47136.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.27%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 68 (26.95% from 255) = 27.53%
R=39.27%
G=33.20%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97826800.150.300.6228.9717.5832.35
Hex6152440F1E3E1d1220
Octal1411221040173676352240
Binary11000011010010100010001111111101111101110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615244; }

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

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

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

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

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

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

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

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