#615346

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

Shades of Judge Grey #615346

Tints of Judge Grey #615346

Color information

#615346 (or 0x615346) is unknown color: approx Judge Grey. HEX triplet: 61, 53 and 46. RGB value is (97,83,70). Sum of RGB (Red+Green+Blue) = 97+83+70=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 97 - color contains mainly: red. Hex color #615346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615346 is #9EACB9. Grayscale: #555555. Windows color (decimal): -10398906 or 4608865. OLE color: 4608865.

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

Color convert

RGB978370-
CMYK00.140.280.62
HSL28.89º16.17%32.75%-
HSV(B)28.89º27.84%38.04%-
XYZ9.139.177.08-
YUV85.7119.14136.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.8%
GREEN value IS 83 (32.81% from 255) = 33.2%
BLUE value IS 70 (27.73% from 255) = 28%
R=38.8%
G=33.2%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97837000.140.280.6228.8916.1732.75
Hex6153460E1C3E1d1021
Octal1411231060163476352041
Binary11000011010011100011001110111001111101110110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615346; }

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

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

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

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

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

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

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

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