#605748

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

Shades of Judge Grey #605748

Tints of Judge Grey #605748

Color information

#605748 (or 0x605748) is unknown color: approx Judge Grey. HEX triplet: 60, 57 and 48. RGB value is (96,87,72). Sum of RGB (Red+Green+Blue) = 96+87+72=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 96 - color contains mainly: red. Hex color #605748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605748 is #9FA8B7. Grayscale: #585858. Windows color (decimal): -10463416 or 4740960. OLE color: 4740960.

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

Color convert

RGB968772-
CMYK00.090.250.62
HSL37.5º14.29%32.94%-
HSV(B)37.5º25%37.65%-
XYZ9.49.777.52-
YUV87.98118.98133.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.65%
GREEN value IS 87 (34.38% from 255) = 34.12%
BLUE value IS 72 (28.52% from 255) = 28.24%
R=37.65%
G=34.12%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96877200.090.250.6237.514.2932.94
Hex60574809193E26e21
Octal1401271100113176461641
Binary11000001010111100100001001110011111101001101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605748; }

 p { color: rgb(96,87,72); }

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

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

 a { background-color: rgb(96,87,72); }

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

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

 span { border-color: rgb(96,87,72); }

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