#605348

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

Shades of Judge Grey #605348

Tints of Judge Grey #605348

Color information

#605348 (or 0x605348) is unknown color: approx Judge Grey. HEX triplet: 60, 53 and 48. RGB value is (96,83,72). Sum of RGB (Red+Green+Blue) = 96+83+72=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 96 - color contains mainly: red. Hex color #605348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605348 is #9FACB7. Grayscale: #555555. Windows color (decimal): -10464440 or 4739936. OLE color: 4739936.

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

Color convert

RGB968372-
CMYK00.140.250.62
HSL27.5º14.29%32.94%-
HSV(B)27.5º25%37.65%-
XYZ9.099.147.42-
YUV85.63120.31135.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.25%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 72 (28.52% from 255) = 28.69%
R=38.25%
G=33.07%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96837200.140.250.6227.514.2932.94
Hex6053480E193E1ce21
Octal1401231100163176341641
Binary1100000101001110010000111011001111110111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605348; }

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

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

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

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

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

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

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

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