#605546

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

Shades of Judge Grey #605546

Tints of Judge Grey #605546

Color information

#605546 (or 0x605546) is unknown color: approx Judge Grey. HEX triplet: 60, 55 and 46. RGB value is (96,85,70). Sum of RGB (Red+Green+Blue) = 96+85+70=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 96 - color contains mainly: red. Hex color #605546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605546 is #9FAAB9. Grayscale: #565656. Windows color (decimal): -10463930 or 4609376. OLE color: 4609376.

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

Color convert

RGB968570-
CMYK00.110.270.62
HSL34.62º15.66%32.55%-
HSV(B)34.62º27.08%37.65%-
XYZ9.189.437.13-
YUV86.58118.64134.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.25%
GREEN value IS 85 (33.59% from 255) = 33.86%
BLUE value IS 70 (27.73% from 255) = 27.89%
R=38.25%
G=33.86%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96857000.110.270.6234.6215.6632.55
Hex6055460B1B3E231021
Octal1401251060133376432041
Binary110000010101011000110010111101111111010001110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605546; }

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

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

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

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

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

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

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

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