#615344

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

Shades of Judge Grey #615344

Tints of Judge Grey #615344

Color information

#615344 (or 0x615344) is unknown color: approx Judge Grey. HEX triplet: 61, 53 and 44. RGB value is (97,83,68). Sum of RGB (Red+Green+Blue) = 97+83+68=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 97 - color contains mainly: red. Hex color #615344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615344 is #9EACBB. Grayscale: #555555. Windows color (decimal): -10398908 or 4477793. OLE color: 4477793.

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

Color convert

RGB978368-
CMYK00.140.300.62
HSL31.03º17.58%32.35%-
HSV(B)31.03º29.9%38.04%-
XYZ9.079.156.76-
YUV85.48118.14136.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.11%
GREEN value IS 83 (32.81% from 255) = 33.47%
BLUE value IS 68 (26.95% from 255) = 27.42%
R=39.11%
G=33.47%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97836800.140.300.6231.0317.5832.35
Hex6153440E1E3E1f1220
Octal1411231040163676372240
Binary11000011010011100010001110111101111101111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615344; }

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

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

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

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

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

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

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

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