#605341

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

Shades of Judge Grey #605341

Tints of Judge Grey #605341

Color information

#605341 (or 0x605341) is unknown color: approx Judge Grey. HEX triplet: 60, 53 and 41. RGB value is (96,83,65). Sum of RGB (Red+Green+Blue) = 96+83+65=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 96 - color contains mainly: red. Hex color #605341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605341 is #9FACBE. Grayscale: #545454. Windows color (decimal): -10464447 or 4281184. OLE color: 4281184.

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

Color convert

RGB968365-
CMYK00.140.320.62
HSL34.84º19.25%31.57%-
HSV(B)34.84º32.29%37.65%-
XYZ8.879.056.28-
YUV84.84116.81135.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.34%
GREEN value IS 83 (32.81% from 255) = 34.02%
BLUE value IS 65 (25.78% from 255) = 26.64%
R=39.34%
G=34.02%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96836500.140.320.6234.8419.2531.57
Hex6053410E203E231320
Octal1401231010164076432340
Binary1100000101001110000010111010000011111010001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605341; }

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

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

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

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

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

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

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

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