#605446

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

Shades of Judge Grey #605446

Tints of Judge Grey #605446

Color information

#605446 (or 0x605446) is unknown color: approx Judge Grey. HEX triplet: 60, 54 and 46. RGB value is (96,84,70). Sum of RGB (Red+Green+Blue) = 96+84+70=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 96 - color contains mainly: red. Hex color #605446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605446 is #9FABB9. Grayscale: #565656. Windows color (decimal): -10464186 or 4609120. OLE color: 4609120.

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

Color convert

RGB968470-
CMYK00.120.270.62
HSL32.31º15.66%32.55%-
HSV(B)32.31º27.08%37.65%-
XYZ9.19.277.1-
YUV85.99118.98135.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.4%
GREEN value IS 84 (33.20% from 255) = 33.6%
BLUE value IS 70 (27.73% from 255) = 28%
R=38.4%
G=33.6%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96847000.120.270.6232.3115.6632.55
Hex6054460C1B3E201021
Octal1401241060143376402041
Binary110000010101001000110011001101111111010000010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605446; }

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

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

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

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

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

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

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

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