#605449

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

Shades of Judge Grey #605449

Tints of Judge Grey #605449

Color information

#605449 (or 0x605449) is unknown color: approx Judge Grey. HEX triplet: 60, 54 and 49. RGB value is (96,84,73). Sum of RGB (Red+Green+Blue) = 96+84+73=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 96 - color contains mainly: red. Hex color #605449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605449 is #9FABB6. Grayscale: #565656. Windows color (decimal): -10464183 or 4805728. OLE color: 4805728.

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

Color convert

RGB968473-
CMYK00.120.240.62
HSL28.7º13.61%33.14%-
HSV(B)28.7º23.96%37.65%-
XYZ9.29.317.62-
YUV86.33120.48134.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.94%
GREEN value IS 84 (33.20% from 255) = 33.20%
BLUE value IS 73 (28.91% from 255) = 28.85%
R=37.94%
G=33.20%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96847300.120.240.6228.713.6133.14
Hex6054490C183E1de21
Octal1401241110143076351641
Binary1100000101010010010010110011000111110111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605449; }

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

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

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

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

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

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

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

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