#605346

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

Shades of Judge Grey #605346

Tints of Judge Grey #605346

Color information

#605346 (or 0x605346) is unknown color: approx Judge Grey. HEX triplet: 60, 53 and 46. RGB value is (96,83,70). Sum of RGB (Red+Green+Blue) = 96+83+70=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 96 - color contains mainly: red. Hex color #605346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605346 is #9FACB9. Grayscale: #555555. Windows color (decimal): -10464442 or 4608864. OLE color: 4608864.

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

Color convert

RGB968370-
CMYK00.140.270.62
HSL30º15.66%32.55%-
HSV(B)30º27.08%37.65%-
XYZ9.029.127.08-
YUV85.4119.31135.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 83 (32.81% from 255) = 33.33%
BLUE value IS 70 (27.73% from 255) = 28.11%
R=38.55%
G=33.33%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96837000.140.270.623015.6632.55
Hex6053460E1B3E1e1021
Octal1401231060163376362041
Binary11000001010011100011001110110111111101111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605346; }

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

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

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

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

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

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

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

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