#605646

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

Shades of Judge Grey #605646

Tints of Judge Grey #605646

Color information

#605646 (or 0x605646) is unknown color: approx Judge Grey. HEX triplet: 60, 56 and 46. RGB value is (96,86,70). Sum of RGB (Red+Green+Blue) = 96+86+70=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 96 - color contains mainly: red. Hex color #605646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605646 is #9FA9B9. Grayscale: #575757. Windows color (decimal): -10463674 or 4609632. OLE color: 4609632.

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

Color convert

RGB968670-
CMYK00.100.270.62
HSL36.92º15.66%32.55%-
HSV(B)36.92º27.08%37.65%-
XYZ9.269.587.16-
YUV87.17118.31134.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.10%
GREEN value IS 86 (33.98% from 255) = 34.13%
BLUE value IS 70 (27.73% from 255) = 27.78%
R=38.10%
G=34.13%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96867000.100.270.6236.9215.6632.55
Hex6056460A1B3E251021
Octal1401261060123376452041
Binary110000010101101000110010101101111111010010110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605646; }

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

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

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

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

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

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

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

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