#605448

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

Shades of Judge Grey #605448

Tints of Judge Grey #605448

Color information

#605448 (or 0x605448) is unknown color: approx Judge Grey. HEX triplet: 60, 54 and 48. RGB value is (96,84,72). Sum of RGB (Red+Green+Blue) = 96+84+72=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 96 - color contains mainly: red. Hex color #605448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605448 is #9FABB7. Grayscale: #565656. Windows color (decimal): -10464184 or 4740192. OLE color: 4740192.

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

Color convert

RGB968472-
CMYK00.120.250.62
HSL30º14.29%32.94%-
HSV(B)30º25%37.65%-
XYZ9.169.37.44-
YUV86.22119.98134.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.10%
GREEN value IS 84 (33.20% from 255) = 33.33%
BLUE value IS 72 (28.52% from 255) = 28.57%
R=38.10%
G=33.33%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96847200.120.250.623014.2932.94
Hex6054480C193E1ee21
Octal1401241100143176361641
Binary1100000101010010010000110011001111110111101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605448; }

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

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

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

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

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

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

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

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