#615442

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

Shades of Judge Grey #615442

Tints of Judge Grey #615442

Color information

#615442 (or 0x615442) is unknown color: approx Judge Grey. HEX triplet: 61, 54 and 42. RGB value is (97,84,66). Sum of RGB (Red+Green+Blue) = 97+84+66=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #615442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615442 is #9EABBD. Grayscale: #555555. Windows color (decimal): -10398654 or 4346977. OLE color: 4346977.

HSL color Cylindrical-coordinate representation of color #615442: 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 #615442 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB978466-
CMYK00.130.320.62
HSL34.84º19.02%31.96%-
HSV(B)34.84º31.96%38.04%-
XYZ9.089.286.47-
YUV85.84116.81135.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.27%
GREEN value IS 84 (33.20% from 255) = 34.01%
BLUE value IS 66 (26.17% from 255) = 26.72%
R=39.27%
G=34.01%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97846600.130.320.6234.8419.0231.96
Hex6154420D203E231320
Octal1411241020154076432340
Binary1100001101010010000100110110000011111010001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615442; }

 p { color: rgb(97,84,66); }

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

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

 a { background-color: rgb(97,84,66); }

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

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

 span { border-color: rgb(97,84,66); }

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