#605244

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

Shades of Judge Grey #605244

Tints of Judge Grey #605244

Color information

#605244 (or 0x605244) is unknown color: approx Judge Grey. HEX triplet: 60, 52 and 44. RGB value is (96,82,68). Sum of RGB (Red+Green+Blue) = 96+82+68=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 96 - color contains mainly: red. Hex color #605244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605244 is #9FADBB. Grayscale: #545454. Windows color (decimal): -10464700 or 4477536. OLE color: 4477536.

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

Color convert

RGB968268-
CMYK00.150.290.62
HSL30º17.07%32.16%-
HSV(B)30º29.17%37.65%-
XYZ8.888.946.73-
YUV84.59118.64136.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.02%
GREEN value IS 82 (32.42% from 255) = 33.33%
BLUE value IS 68 (26.95% from 255) = 27.64%
R=39.02%
G=33.33%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96826800.150.290.623017.0732.16
Hex6052440F1D3E1e1120
Octal1401221040173576362140
Binary11000001010010100010001111111011111101111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605244; }

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

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

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

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

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

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

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

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