#605547

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

Shades of Judge Grey #605547

Tints of Judge Grey #605547

Color information

#605547 (or 0x605547) is unknown color: approx Judge Grey. HEX triplet: 60, 55 and 47. RGB value is (96,85,71). Sum of RGB (Red+Green+Blue) = 96+85+71=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 96 - color contains mainly: red. Hex color #605547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605547 is #9FAAB8. Grayscale: #565656. Windows color (decimal): -10463929 or 4674912. OLE color: 4674912.

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

Color convert

RGB968571-
CMYK00.110.260.62
HSL33.6º14.97%32.75%-
HSV(B)33.6º26.04%37.65%-
XYZ9.219.447.3-
YUV86.69119.14134.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.10%
GREEN value IS 85 (33.59% from 255) = 33.73%
BLUE value IS 71 (28.12% from 255) = 28.17%
R=38.10%
G=33.73%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96857100.110.260.6233.614.9732.75
Hex6055470B1A3E22f21
Octal1401251070133276421741
Binary11000001010101100011101011110101111101000101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605547; }

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

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

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

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

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

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

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

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