#605447

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

Shades of Judge Grey #605447

Tints of Judge Grey #605447

Color information

#605447 (or 0x605447) is unknown color: approx Judge Grey. HEX triplet: 60, 54 and 47. RGB value is (96,84,71). Sum of RGB (Red+Green+Blue) = 96+84+71=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 96 - color contains mainly: red. Hex color #605447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605447 is #9FABB8. Grayscale: #565656. Windows color (decimal): -10464185 or 4674656. OLE color: 4674656.

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

Color convert

RGB968471-
CMYK00.120.260.62
HSL31.2º14.97%32.75%-
HSV(B)31.2º26.04%37.65%-
XYZ9.139.287.27-
YUV86.11119.48135.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.25%
GREEN value IS 84 (33.20% from 255) = 33.47%
BLUE value IS 71 (28.12% from 255) = 28.29%
R=38.25%
G=33.47%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96847100.120.260.6231.214.9732.75
Hex6054470C1A3E1ff21
Octal1401241070143276371741
Binary1100000101010010001110110011010111110111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605447; }

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

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

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

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

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

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

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

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