#605242

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

Shades of Judge Grey #605242

Tints of Judge Grey #605242

Color information

#605242 (or 0x605242) is unknown color: approx Judge Grey. HEX triplet: 60, 52 and 42. RGB value is (96,82,66). Sum of RGB (Red+Green+Blue) = 96+82+66=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 96 - color contains mainly: red. Hex color #605242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605242 is #9FADBD. Grayscale: #545454. Windows color (decimal): -10464702 or 4346464. OLE color: 4346464.

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

Color convert

RGB968266-
CMYK00.150.310.62
HSL32º18.52%31.76%-
HSV(B)32º31.25%37.65%-
XYZ8.828.916.41-
YUV84.36117.64136.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.34%
GREEN value IS 82 (32.42% from 255) = 33.61%
BLUE value IS 66 (26.17% from 255) = 27.05%
R=39.34%
G=33.61%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96826600.150.310.623218.5231.76
Hex6052420F1F3E201320
Octal1401221020173776402340
Binary110000010100101000010011111111111111010000010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605242; }

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

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

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

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

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

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

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

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