#605243

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

Shades of Judge Grey #605243

Tints of Judge Grey #605243

Color information

#605243 (or 0x605243) is unknown color: approx Judge Grey. HEX triplet: 60, 52 and 43. RGB value is (96,82,67). Sum of RGB (Red+Green+Blue) = 96+82+67=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 96 - color contains mainly: red. Hex color #605243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605243 is #9FADBC. Grayscale: #545454. Windows color (decimal): -10464701 or 4412000. OLE color: 4412000.

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

Color convert

RGB968267-
CMYK00.150.300.62
HSL31.03º17.79%31.96%-
HSV(B)31.03º30.21%37.65%-
XYZ8.858.936.57-
YUV84.48118.14136.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 82 (32.42% from 255) = 33.47%
BLUE value IS 67 (26.56% from 255) = 27.35%
R=39.18%
G=33.47%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96826700.150.300.6231.0317.7931.96
Hex6052430F1E3E1f1220
Octal1401221030173676372240
Binary11000001010010100001101111111101111101111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605243; }

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

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

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

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

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

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

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

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