#605343

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

Shades of Judge Grey #605343

Tints of Judge Grey #605343

Color information

#605343 (or 0x605343) is unknown color: approx Judge Grey. HEX triplet: 60, 53 and 43. RGB value is (96,83,67). Sum of RGB (Red+Green+Blue) = 96+83+67=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 96 - color contains mainly: red. Hex color #605343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605343 is #9FACBC. Grayscale: #555555. Windows color (decimal): -10464445 or 4412256. OLE color: 4412256.

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

Color convert

RGB968367-
CMYK00.140.300.62
HSL33.1º17.79%31.96%-
HSV(B)33.1º30.21%37.65%-
XYZ8.939.086.59-
YUV85.06117.81135.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.02%
GREEN value IS 83 (32.81% from 255) = 33.74%
BLUE value IS 67 (26.56% from 255) = 27.24%
R=39.02%
G=33.74%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96836700.140.300.6233.117.7931.96
Hex6053430E1E3E211220
Octal1401231030163676412240
Binary110000010100111000011011101111011111010000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605343; }

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

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

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

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

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

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

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

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