#615446

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

Shades of Judge Grey #615446

Tints of Judge Grey #615446

Color information

#615446 (or 0x615446) is unknown color: approx Judge Grey. HEX triplet: 61, 54 and 46. RGB value is (97,84,70). Sum of RGB (Red+Green+Blue) = 97+84+70=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 97 - color contains mainly: red. Hex color #615446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615446 is #9EABB9. Grayscale: #565656. Windows color (decimal): -10398650 or 4609121. OLE color: 4609121.

HSL color Cylindrical-coordinate representation of color #615446: hue angle of 31.11º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #615446 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB978470-
CMYK00.130.280.62
HSL31.11º16.17%32.75%-
HSV(B)31.11º27.84%38.04%-
XYZ9.219.327.11-
YUV86.29118.81135.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.65%
GREEN value IS 84 (33.20% from 255) = 33.47%
BLUE value IS 70 (27.73% from 255) = 27.89%
R=38.65%
G=33.47%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97847000.130.280.6231.1116.1732.75
Hex6154460D1C3E1f1021
Octal1411241060153476372041
Binary11000011010100100011001101111001111101111110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615446; }

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

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

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

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

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

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

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

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